Skip to content

Commit

Permalink
come on, Travis, you can do it
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed Mar 3, 2018
1 parent 8723cce commit 8cd87fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cd87fd

Please sign in to comment.