Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spoilt333 committed Apr 23, 2020
1 parent 4c883f4 commit 31c4083
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ before_install:
- export PATH="$HOME/conda/bin:$PATH"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda create -n test_env python=$TRAVIS_PYTHON_VERSION pip cmake
- conda create -c rdkit -n test_env python=$TRAVIS_PYTHON_VERSION pip cmake rdkit
- source activate test_env

install:
- conda update -q conda
- conda install -q -c rdkit rdkit
- conda install -q flake8 scipy=1.2.0 pylint
- python setup.py install

Expand Down

0 comments on commit 31c4083

Please sign in to comment.