Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
welcome to conda dependency hell
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxasjsm committed Oct 16, 2018
1 parent d61ab1b commit 787f1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ before_install:
- conda info -a
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION
- source activate test-env
- conda install -c rdkit rdkit
- conda install -c rdkit rdkit=2016
- conda install networkx
- conda install matplotlib
- conda install matplotlib=2.2
- conda install pip nose
- conda install pyqt=4
- pip install nose-timer
Expand Down

0 comments on commit 787f1ba

Please sign in to comment.