Skip to content

Commit 3fec61b

Browse files
committed
fix setuptools on python 3.2
1 parent 5d5c25d commit 3fec61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python:
1414
# command to install dependencies
1515
install:
1616
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
17-
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install coverage==3.7.1; fi
17+
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install coverage==3.7.1 setuptools==29.0.1; fi
1818
- pip install coveralls pytest pytest-cov coverage codecov
1919
- pip install -e .
2020
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi

0 commit comments

Comments
 (0)