Skip to content

Commit 2280dbb

Browse files
ci(tox-appveyor): remove tox and appveyor
1 parent 1bb8b22 commit 2280dbb

File tree

4 files changed

+2
-41
lines changed

4 files changed

+2
-41
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ cache: pip
77
before_install:
88
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_3c84dcdc6bbe_key -iv $encrypted_3c84dcdc6bbe_iv -in .env.enc -out .env -d || true'
99
- npm install npm@latest -g
10-
install:
11-
- pip3 install tox-travis
1210
before_script:
1311
- pip3 install -r requirements.txt
1412
- pip3 install -r requirements-dev.txt
1513
- pip3 install --editable .
1614
script:
1715
- pip3 install -U python-dotenv
18-
- tox -vv
16+
- py.test --reruns 3 --cov=ibm_watson
17+
- codecov
1918
before_deploy:
2019
- pip3 install bumpversion pypandoc
2120
- sudo apt-get update

appveyor.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pytest==6.2.4
33
responses==0.13.3
44
python_dotenv==0.17.1;python_version!='3.2'
55
pylint==2.8.2
6-
tox==3.23.0
76
pytest-rerunfailures==9.1.1
87
ibm_cloud_sdk_core>=3.3.6, == 3.*
98

tox.ini

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)