Skip to content

Commit

Permalink
Added explicit setuptools installation to handle a bug in the Pytho…
Browse files Browse the repository at this point in the history
…n 3.4 Travis image, mentioned [here](tox-dev/tox-travis#76).
  • Loading branch information
afiorillo committed Sep 3, 2018
1 parent b997466 commit fb1f011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ before_install:
- "tar -xzvf nltk_data.tar.gz -C ~"

install:
- pip install -r requirements-tests.txt
- pip install -U .

script: python run_tests.py
3 changes: 2 additions & 1 deletion requirements-tests.txt
@@ -1,6 +1,7 @@
setuptools>=36.0.0
pep8==1.5.7
autopep8
flake
flake8
nose>=1.3.0
pytest
tox>=1.5.0
Expand Down

0 comments on commit fb1f011

Please sign in to comment.