Skip to content

Commit 5a753da

Browse files
committed
Downgrade coverage for Python 3.2 support
1 parent 81af906 commit 5a753da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- DJANGO="Django>=1.8,<1.9"
1414

1515
install:
16-
- pip install -U coverage codecov $DJANGO
16+
- pip install -U 'coverage<4' codecov $DJANGO
1717
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
1818

1919
script: coverage run setup.py test

0 commit comments

Comments
 (0)