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 8444fc8 commit ab579aeCopy full SHA for ab579ae
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
command: |
39
. venv/bin/activate
40
pip install -r test-requirements.txt
41
- pip install nose
+ pip install nose codecov
42
nosetests --with-coverage -vsx test
43
codecov
44
0 commit comments