We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475caef commit b093ca7Copy full SHA for b093ca7
1 file changed
.travis.yml
@@ -9,7 +9,8 @@ before_install:
9
# - sudo apt-get install python-rdkit librdkit-dev librdkit1 rdkit-data
10
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
11
- cd ..
12
- - git clone https://github.com/GreenGroup/RMG-database.git
+ # the following line should not have "--branch universalDatabase" when it is on the master branch
13
+ - git clone https://github.com/GreenGroup/RMG-database.git --branch universalDatabase
14
- git clone https://github.com/GreenGroup/PyDAS.git
15
- git clone https://github.com/GreenGroup/PyDQED.git
16
# RDKit, based on https://github.com/rdkit/rdkit/blob/master/.travis.yml
0 commit comments