Skip to content

Commit 16ea910

Browse files
committed
Update the travis config file for unit tests on the new-style-adjacency-list branch.
Temporarily added the `--branch new-style-adjacency-list` argument to the `git clone` of the RMG-database, because this topic branch needs the equivalent topic branch in that project to function properly. Once both are merged to master, this flag should be removed.
1 parent 19f7502 commit 16ea910

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ before_install:
99
# - sudo apt-get install python-rdkit librdkit-dev librdkit1 rdkit-data
1010
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
1111
- cd ..
12-
- git clone https://github.com/GreenGroup/RMG-database.git
12+
# the following line should not have "--branch new-style-adjacency-list" when it is on the master branch!
13+
- git clone https://github.com/GreenGroup/RMG-database.git --branch new-style-adjacency-list
1314
- git clone https://github.com/GreenGroup/PyDAS.git
1415
- git clone https://github.com/GreenGroup/PyDQED.git
1516
# RDKit, based on https://github.com/rdkit/rdkit/blob/master/.travis.yml

0 commit comments

Comments
 (0)