Skip to content

Commit

Permalink
Only run Coveralls for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 29, 2015
1 parent 2eeb47a commit 7810889
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 @@ -35,4 +35,4 @@ script:
- py.test

after_success:
- coveralls
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then coveralls; fi

0 comments on commit 7810889

Please sign in to comment.