We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1113403 commit e6b2524Copy full SHA for e6b2524
.travis.yml
@@ -10,6 +10,7 @@ before_install:
10
- tar -xzvf nltk_data-0.11.0.tar.gz -C ~
11
install:
12
- pip install numpy
13
+ - pip install -r dev-requirements.txt
14
- pip install -U six
15
- pip install -U .
16
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -r docs/requirements.txt;
0 commit comments