Skip to content

Commit caedd04

Browse files
committed
test - Fix Travis builds on Python 3.2
See: travis-ci/travis-ci#4866
1 parent 66e9cd5 commit caedd04

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ python:
88
- "pypy"
99
- "pypy3"
1010

11+
before_install:
12+
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
13+
- pip install coveralls
14+
1115
install:
1216
- pip install .
13-
- pip install coveralls
1417
- pip install pytest-cov
1518

1619
script:

0 commit comments

Comments
 (0)