Created
June 7, 2016 08:41
-
-
Save muhammad-ammar/0de46e986c562300dcc67d5af88ead2b to your computer and use it in GitHub Desktop.
travis.yml for edx/ease
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
addons: | |
apt: | |
packages: | |
- aspell | |
- python-pip | |
- gcc | |
- g++ | |
- gfortran | |
- libblas3gf | |
- libblas-dev | |
- liblapack3gf | |
- liblapack-dev | |
- libatlas-base-dev | |
- libxml2-dev | |
- libxslt1-dev | |
- python | |
- python-matplotlib | |
- python-numpy | |
- python-scipy | |
- python-sklearn | |
language: python | |
sudo: false | |
python: | |
- "2.7" | |
virtualenv: | |
system_site_packages: true | |
install: | |
- pip install -r base-requirements.txt | |
- pip install -r dev-requirements.txt | |
- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment