Skip to content

Commit 4eae086

Browse files
committed
Update .travis.yml
1 parent 8fad5b3 commit 4eae086

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ before_install:
2424
- cd ..
2525
# this is the RMG-database project, so need to fetch RMG-Py
2626
- git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
27+
# Add RMG-Py to PYTHONPATH
28+
- export PYTHONPATH=$TRAVIS_BUILD_DIR/RMG-Py:$PYTHONPATH
2729
- cd RMG-Py
2830

2931
install:

0 commit comments

Comments
 (0)