Commit 3d436b77 by David Baumgold

Merge pull request #67 from edx/nltk-setuptools

Use NLTK 2.0.6
parents b67d2928 42ff61e5
...@@ -10,6 +10,7 @@ install: ...@@ -10,6 +10,7 @@ install:
- pip install -r base-requirements.txt - pip install -r base-requirements.txt
- pip install -r dev-requirements.txt - pip install -r dev-requirements.txt
- sudo apt-get install python-matplotlib python-numpy python-scipy python-sklearn - sudo apt-get install python-matplotlib python-numpy python-scipy python-sklearn
- pip install nltk==2.0.5 scikit-learn==0.12.1 - pip install scikit-learn==0.12.1
- pip install -e git+https://github.com/edx/nltk.git@2.0.6#egg=nltk
- travis_retry ./download-nltk-corpus.sh - travis_retry ./download-nltk-corpus.sh
script: nosetests script: nosetests
-r base-requirements.txt -r base-requirements.txt
scipy==0.14.0 scipy==0.14.0
scikit-learn==0.12.1 scikit-learn==0.12.1
nltk==2.0.5 -e git+https://github.com/edx/nltk.git@2.0.6#egg=nltk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment