Skip to content

Commit

Permalink
Fix travis installation error on python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Nov 11, 2017
1 parent 2a13b33 commit ca9101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ before_install:
- tar -xzvf nltk_data-0.11.0.tar.gz -C ~
install:
- pip install numpy
- pip install -U six
- pip install -U .
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -r docs/requirements.txt;
fi
Expand Down

0 comments on commit ca9101b

Please sign in to comment.