Skip to content

Commit a658ccb

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 a658ccb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
setuptools>=39.2.0
12
pep8==1.5.7
23
autopep8
3-
flake
4+
flake8
45
nose>=1.3.0
56
pytest
67
tox>=1.5.0

0 commit comments

Comments
 (0)