Skip to content

Commit

Permalink
Python3.2 coverage issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Sep 23, 2016
1 parent 8ba0eb0 commit 8d7fe22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ python:
# command to install dependencies
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
# command to run tests
script: nosetests --with-coverage --cover-package=voluptuous
after_success:
Expand Down

0 comments on commit 8d7fe22

Please sign in to comment.