There was an error while loading. Please reload this page.
1 parent aa2dd5e commit 4240cecCopy full SHA for 4240cec
.travis.yml
@@ -36,7 +36,7 @@ matrix:
36
python: '3.5'
37
install:
38
- pip install --upgrade pip tox
39
-- pip install -U coveralls
+- pip install -U codecov
40
before_script:
41
- mkdir bin
42
- curl -O https://chromedriver.storage.googleapis.com/${CHROME_DRIVER_VERSION}/chromedriver_linux64.zip
@@ -50,7 +50,7 @@ before_script:
50
script:
51
- tox -e $TOXENV
52
after_success:
53
-- coveralls
+- codecov
54
deploy:
55
provider: pypi
56
user: codingjoe
0 commit comments