Skip to content

Commit

Permalink
Fixing python 3.2 compatibility with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Sep 23, 2016
1 parent 8d7fe22 commit 75fafe6
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 @@ -12,7 +12,7 @@ python:
install:
- pip install coveralls
# Need to do this since coverage is broken in travis https://github.com/travis-ci/travis-ci/issues/4866
- pip install coverage<4
- pip install 'coverage<4'
# command to run tests
script: nosetests --with-coverage --cover-package=voluptuous
after_success:
Expand Down

0 comments on commit 75fafe6

Please sign in to comment.