Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from edx/nltk-setuptools
Browse files Browse the repository at this point in the history
Use NLTK 2.0.6
  • Loading branch information
singingwolfboy committed Jul 8, 2015
2 parents b67d292 + 42ff61e commit 3d436b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- pip install -r base-requirements.txt
- pip install -r dev-requirements.txt
- 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/[email protected]#egg=nltk
- travis_retry ./download-nltk-corpus.sh
script: nosetests
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base-requirements.txt
scipy==0.14.0
scikit-learn==0.12.1
nltk==2.0.5
-e git+https://github.com/edx/nltk.git@2.0.6#egg=nltk

0 comments on commit 3d436b7

Please sign in to comment.