travis add cython

This commit is contained in:
rowanc1
2014-05-16 16:55:55 -07:00
parent 148c672218
commit ef2074834c
+1 -1
View File
@@ -15,7 +15,7 @@ before_install:
# Install packages
install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython
- pip install nose-cov python-coveralls
# - pip install -r requirements.txt
- python setup.py install