Skip to content

Commit 5fef033

Browse files
committed
urge to kill python 3.2 rising...
1 parent c54e2b1 commit 5fef033

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env:
55
python:
66
- "2.6"
77
- "2.7"
8-
- "3.2"
98
- "3.3"
109
- "3.4"
1110
- "3.5"
@@ -14,7 +13,6 @@ python:
1413
# command to install dependencies
1514
install:
1615
- 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
1816
- pip install coveralls pytest pytest-cov coverage codecov
1917
- pip install -e .
2018
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi

0 commit comments

Comments
 (0)