Skip to content

Commit

Permalink
Change conda build test to use superminimal example
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Jul 16, 2018
1 parent 1846c6c commit 508291c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta.yaml
Expand Up @@ -70,12 +70,12 @@ requirements:

test:
source_files:
- 'examples/rmg/minimal'
- 'examples/rmg/superminimal'
imports:
- rmgpy
commands:
- rmg.py examples/rmg/minimal/input.py # [unix]
- python %SCRIPTS%\rmg.py examples\rmg\minimal\input.py # [win]
- rmg.py examples/rmg/superminimal/input.py # [unix]
- python %SCRIPTS%\rmg.py examples\rmg\superminimal\input.py # [win]

about:
home: http://github.com/ReactionMechanismGenerator/RMG-Py
Expand Down

0 comments on commit 508291c

Please sign in to comment.