Skip to content

Commit

Permalink
Fix missing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Jun 27, 2018
1 parent cbc23ad commit 0e88ac1
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 @@ -21,4 +21,4 @@ install:
script:
- tox -e "$TOXENV"
after_success:
- if [[ $TOX_ENVIRONMENT == 'py36' ]] ; then tox -e py36-coveralls; else echo "No coverage to do"; fi
- if [[ $TOXENV == 'py36' ]] ; then tox -e py36-coveralls; else echo "No coverage to do"; fi

0 comments on commit 0e88ac1

Please sign in to comment.