Skip to content

Commit

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

0 comments on commit d17ab41

Please sign in to comment.