We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdb881 commit 50ca8feCopy full SHA for 50ca8fe
.travis.yml
@@ -6,14 +6,11 @@ python:
6
- "3.5"
7
- "3.4"
8
- "3.3"
9
- - "3.2"
10
- "2.7"
11
- "2.6"
12
install:
13
- 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
+ - pip install coverage
17
- pip install coveralls
18
- pip install pytest-cov
19
- python setup.py develop
0 commit comments