Skip to content

Commit

Permalink
Fixing travis 2
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Jul 24, 2020
1 parent d17ab41 commit b1284a1
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 @@ -12,8 +12,9 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n chemprop python=$TRAVIS_PYTHON_VERSION -c conda-forge rdkit
- conda create -q -n chemprop python=$TRAVIS_PYTHON_VERSION
- conda activate chemprop
- conda install -c conda-forge rdkit
- pip install -e .
script:
- pytest

0 comments on commit b1284a1

Please sign in to comment.