Skip to content

Instantly share code, notes, and snippets.

@muhammad-ammar
Created June 7, 2016 08:41
Show Gist options
  • Save muhammad-ammar/0de46e986c562300dcc67d5af88ead2b to your computer and use it in GitHub Desktop.
Save muhammad-ammar/0de46e986c562300dcc67d5af88ead2b to your computer and use it in GitHub Desktop.
travis.yml for edx/ease
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