Skip to content

Commit

Permalink
Merge pull request #227 from mottodora/fix-import-test
Browse files Browse the repository at this point in the history
Change RDKit version in Travis CI Test
  • Loading branch information
corochann authored Jul 14, 2018
2 parents ae92b49 + 9d5d8c5 commit d56a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- pip install codecov
- pip install mock
- conda install pip pytest pytest-cov
- conda install -c rdkit rdkit
- conda install -c rdkit rdkit==2017.09.3.0
- if [ "${CHAINER_VERSION}" = "prerelease" ]; then
pip install --pre chainer;
else
Expand Down

0 comments on commit d56a38c

Please # to comment.