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 0c5cd60 commit 36a25e4Copy full SHA for 36a25e4
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
python3 -m coverage run --include=oauth_dropins/webutil/handlers.py,oauth_dropins/webutil/models.py,oauth_dropins/webutil/util.py -m unittest discover -v -p 'test_*.py'
39
kill %1
40
python3 -m coverage html -d /tmp/coverage_html
41
- if [ "$COVERALLS_REPO_TOKEN" != "" ]; then coveralls || true; fi
+ if [ "$COVERALLS_REPO_TOKEN" != "" ]; then python3 -m coveralls || true; fi
42
43
- save_cache:
44
key: venv-8-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "setup.py" }}
0 commit comments