Skip to content

Commit 5f5772f

Browse files
committed
Added explicit setuptools installation to handle a bug in the Python 3.4 Travis image, mentioned [here](tox-dev/tox-travis#76).
1 parent b997466 commit 5f5772f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_install:
2222
- "tar -xzvf nltk_data.tar.gz -C ~"
2323

2424
install:
25+
- pip install -r requirements-tests.txt
2526
- pip install -U .
2627

2728
script: python run_tests.py

requirements-tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
setuptools>=36.0.0
12
pep8==1.5.7
23
autopep8
34
flake

0 commit comments

Comments
 (0)