Skip to content

Commit

Permalink
change python version used to submit to coveralls (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn authored Oct 17, 2018
1 parent a48a61c commit 9ddce34
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 @@ -20,4 +20,4 @@ script:
- ./tools/get-packer.sh
- tox
after_success:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then coveralls; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "3.6" ]; then coveralls; fi

0 comments on commit 9ddce34

Please sign in to comment.