We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54e2b1 commit 5fef033Copy full SHA for 5fef033
1 file changed
.travis.yml
@@ -5,7 +5,6 @@ env:
5
python:
6
- "2.6"
7
- "2.7"
8
- - "3.2"
9
- "3.3"
10
- "3.4"
11
- "3.5"
@@ -14,7 +13,6 @@ python:
14
13
# command to install dependencies
15
install:
16
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
17
- - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install setuptools==29.0.1 coverage==3.7.1; fi
18
- pip install coveralls pytest pytest-cov coverage codecov
19
- pip install -e .
20
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi
0 commit comments