Skip to content

Commit e6b2524

Browse files
committed
Fix running flake on travis
1 parent 1113403 commit e6b2524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ before_install:
1010
- tar -xzvf nltk_data-0.11.0.tar.gz -C ~
1111
install:
1212
- pip install numpy
13+
- pip install -r dev-requirements.txt
1314
- pip install -U six
1415
- pip install -U .
1516
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -r docs/requirements.txt;

0 commit comments

Comments
 (0)