Skip to content

Commit 36a25e4

Browse files
committed
circle: fix coveralls
1 parent 0c5cd60 commit 36a25e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
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'
3939
kill %1
4040
python3 -m coverage html -d /tmp/coverage_html
41-
if [ "$COVERALLS_REPO_TOKEN" != "" ]; then coveralls || true; fi
41+
if [ "$COVERALLS_REPO_TOKEN" != "" ]; then python3 -m coveralls || true; fi
4242
4343
- save_cache:
4444
key: venv-8-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "setup.py" }}

0 commit comments

Comments
 (0)