Skip to content

Commit

Permalink
add igraph to travis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed Mar 3, 2018
1 parent cc33243 commit 8723cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- sudo ln -s /run/shm /dev/shm
# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy nose cython pandas scipy
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy nose cython pandas scipy igraph
# Coverage packages are on my binstar channel
- conda install --yes -c dan_blanchard python-coveralls nose-cov
- pip install dendropy
Expand Down

0 comments on commit 8723cce

Please sign in to comment.