try adding pyzmq to make travis work!

This commit is contained in:
Rowan Cockett
2015-05-05 15:57:02 -07:00
parent c494d8ad63
commit ea2b75bd97
+1 -1
View File
@@ -15,7 +15,7 @@ before_install:
# Install packages
install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython pyzmq
- pip install nose-cov python-coveralls
# - pip install -r requirements.txt
- python setup.py install