Skip to content

Commit 50ca8fe

Browse files
authored
Don't test with Python 3.2
1 parent dcdb881 commit 50ca8fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ python:
66
- "3.5"
77
- "3.4"
88
- "3.3"
9-
- "3.2"
109
- "2.7"
1110
- "2.6"
1211
install:
1312
- pip install -U pytest
14-
# Coveralls 4.0 doesn't support Python 3.2
15-
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
16-
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
13+
- pip install coverage
1714
- pip install coveralls
1815
- pip install pytest-cov
1916
- python setup.py develop

0 commit comments

Comments
 (0)