We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c56f13 commit fb35072Copy full SHA for fb35072
1 file changed
.travis.yml
@@ -23,7 +23,7 @@ install:
23
- pip install --upgrade pip wheel
24
- pip install --upgrade setuptools
25
- pip install -r requirements-ci.txt
26
- - pip install coveralls
+ - pip install codecov
27
- pip install twine
28
29
script:
@@ -35,7 +35,7 @@ script:
35
fi
36
37
after_success:
38
- - coveralls
+ - codecov
39
- ./run_docker.sh
40
41
env:
0 commit comments