Add NetworkX dependency

This commit is contained in:
Brendan Smithyman
2015-05-06 10:27:42 -04:00
parent 0ddecdc7ce
commit 989d7c12fd
+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 pyzmq
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython networkx pyzmq
- pip install nose-cov python-coveralls
# - pip install -r requirements.txt
- python setup.py install