Skip to content

Commit 39a147c

Browse files
committed
Try to fix the xml syntax for coverage<4
1 parent e0babd4 commit 39a147c

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
@@ -18,7 +18,7 @@ before_install:
1818
# Install coverage tools (On 3.2 the new coverage is broken, use an old one)
1919
# https://github.com/menegazzo/travispy/issues/20
2020
- if [ $TRAVIS_PYTHON_VERSION == 3.2 ];
21-
then pip install coverage<4; else
21+
then pip install 'coverage<4.0'; else
2222
pip install coverage;
2323
fi
2424
- pip install coveralls

0 commit comments

Comments
 (0)