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 701b2ae commit 2e82198Copy full SHA for 2e82198
.travis.yml
@@ -23,7 +23,7 @@ script:
23
before_deploy:
24
- cd $TRAVIS_BUILD_DIR
25
after_success:
26
- - coveralls
+ - codecov
27
deploy:
28
provider: pypi
29
user: pkittenis
requirements_dev.txt
@@ -1,4 +1,4 @@
1
-coveralls
+codecov
2
flake8
3
sphinx
4
sphinx_rtd_theme
0 commit comments