Commit 97d3b23b by Vik Paruchuri

Shuffle requirements, add in travis file

parent 7dc8236f
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- sudo xargs -a apt-packages.txt apt-get install
install:
- pip install -r base_requirements.txt
- sudo apt-get install python-matplotlib python-numpy python-scipy python-sklearn
- pip install nltk==2.0.3 scikit-learn==0.12.1
- sudo mv nltk_data /usr/share/nltk_data
before_script:
- python manage.py syncdb --settings=edx_ora.settings --pythonpath=. --noinput
- python manage.py migrate --settings=edx_ora.settings --pythonpath=. --noinput
script: python manage.py test --settings=edx_ora.testsettings --pythonpath=. --noinput
\ No newline at end of file
lxml==3.0.1 lxml==3.0.1
mock==0.8.0 mock==0.8.0
nltk==2.0.3
nose==1.2.1 nose==1.2.1
path.py==3.0 path.py==3.0
pip
pylint==0.26.0 pylint==0.26.0
pytz==2012h pytz==2012h
-r pre-requirements.txt
-r requirements.txt
\ No newline at end of file
...@@ -5,3 +5,4 @@ scipy==0.11.0 ...@@ -5,3 +5,4 @@ scipy==0.11.0
scikit-learn==0.12.1 scikit-learn==0.12.1
sphinx sphinx
django-sphinx-autodoc django-sphinx-autodoc
nltk==2.0.3
\ No newline at end of file
nosetests --with-coverage 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