We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fad5b3 commit 4eae086Copy full SHA for 4eae086
1 file changed
.travis.yml
@@ -24,6 +24,8 @@ before_install:
24
- cd ..
25
# this is the RMG-database project, so need to fetch RMG-Py
26
- git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
27
+ # Add RMG-Py to PYTHONPATH
28
+ - export PYTHONPATH=$TRAVIS_BUILD_DIR/RMG-Py:$PYTHONPATH
29
- cd RMG-Py
30
31
install:
0 commit comments