File tree Expand file tree Collapse file tree 4 files changed +2
-41
lines changed Expand file tree Collapse file tree 4 files changed +2
-41
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ cache: pip
7
7
before_install :
8
8
- ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_3c84dcdc6bbe_key -iv $encrypted_3c84dcdc6bbe_iv -in .env.enc -out .env -d || true'
9
9
- npm install npm@latest -g
10
- install :
11
- - pip3 install tox-travis
12
10
before_script :
13
11
- pip3 install -r requirements.txt
14
12
- pip3 install -r requirements-dev.txt
15
13
- pip3 install --editable .
16
14
script :
17
15
- pip3 install -U python-dotenv
18
- - tox -vv
16
+ - py.test --reruns 3 --cov=ibm_watson
17
+ - codecov
19
18
before_deploy :
20
19
- pip3 install bumpversion pypandoc
21
20
- sudo apt-get update
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ pytest==6.2.4
3
3
responses == 0.13.3
4
4
python_dotenv == 0.17.1 ;python_version != '3.2'
5
5
pylint == 2.8.2
6
- tox == 3.23.0
7
6
pytest-rerunfailures == 9.1.1
8
7
ibm_cloud_sdk_core >= 3.3.6 , == 3.*
9
8
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments