Skip to content

Commit 1828d2c

Browse files
Merge pull request #86 from ReactionMechanismGenerator/useRMGPyBinary
Use RMG-Py binary in travis build
2 parents ad20f0b + 4cb2aa2 commit 1828d2c

3 files changed

Lines changed: 363 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ before_install:
2121
# Update conda itself
2222
- conda update --yes conda
2323
- cd ..
24-
# this is the RMG-database project, so need to fetch RMG-Py
25-
- git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
26-
- cd RMG-Py
2724

2825
install:
29-
- conda env create
26+
- conda create -c rmg --name rmg_env rmg=1.0.2 -y
3027
- source activate rmg_env
31-
- make
28+
- cd $TRAVIS_BUILD_DIR
3229

3330
script:
3431
- make test-database

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
################################################################################
2+
#
3+
# Makefile for RMG-database
4+
#
5+
################################################################################
6+
7+
test-database:
8+
nosetests -v -d testing/databaseTest.py

0 commit comments

Comments
 (0)