diff --git a/.travis.yml b/.travis.yml index 27080e6..2569298 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,11 +18,12 @@ 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 igraph + - conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy nose cython pandas scipy # Coverage packages are on my binstar channel - conda install --yes -c dan_blanchard python-coveralls nose-cov - pip install dendropy - pip install coverage + - pip install python-igraph - conda update --yes pip - easy_install --upgrade distribute - python setup.py build_ext -i