Skip to content

Commit

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

0 comments on commit e6b2524

Please sign in to comment.