Commit c5eae177 by Vik Paruchuri

Update nltk_data

parent 11522530
...@@ -9,5 +9,5 @@ install: ...@@ -9,5 +9,5 @@ install:
- pip install -r base_requirements.txt - pip install -r base_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.3 scikit-learn==0.12.1 - pip install nltk==2.0.3 scikit-learn==0.12.1
- sudo mv nltk_data /usr/share/nltk_data - sudo mv ease/data/nltk_data /usr/share/nltk_data
script: nosetests script: nosetests
\ No newline at end of file
nosetests --with-coverage --cover-package=ease nosetests --with-coverage --cover-package=ease
\ No newline at end of file \ No newline at end of file
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