Skip to content

Commit

Permalink
coverage 4.0 doesn't support Python 3.2 any more
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Sep 21, 2015
1 parent 7bd05b9 commit 7c492a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- FORCE_TEST_VCS=svn
install:
- pip install coverage coveralls mock
- if [ $TRAVIS_PYTHON_VERSION = 3.2 ]; then pip install 'coverage<4.0'; fi
script:
- SKIP_NO_TESTS=1 coverage run --source=check_manifest setup.py test -q
- coverage run --source=check_manifest --append check_manifest.py
Expand Down

0 comments on commit 7c492a3

Please sign in to comment.