Skip to content
Snippets Groups Projects
Commit e575d2e1 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix circleci

parent 078fb1b6
No related branches found
No related tags found
No related merge requests found
......@@ -50,12 +50,12 @@ jobs:
tox -e py36
./cc-test-reporter after-build --exit-code $?
- deploy:
name: Push coverage
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
tox -e upload_coverage
fi
# - deploy:
# name: Push coverage
# command: |
# if [ "${CIRCLE_BRANCH}" == "master" ]; then
# tox -e upload_coverage
# fi
build-python2.7:
docker:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment