Skip to content

Commit

Permalink
Fix coverage sending on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed May 22, 2018
1 parent 93e31ca commit af8e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
script:
- coverage run --source=trollsift setup.py test
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then coveralls; fi
- if [[ $PYTHON_VERSION == 3.6 ]]; then coveralls; fi
deploy:
- provider: pypi
user: dhoese
Expand Down

0 comments on commit af8e546

Please sign in to comment.