From 508291caf9a63f804a91aab4a91f8fd48892f157 Mon Sep 17 00:00:00 2001 From: Max Liu Date: Mon, 16 Jul 2018 12:08:26 -0400 Subject: [PATCH] Change conda build test to use superminimal example --- meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index dc72f6120d..142f12d0ce 100644 --- a/meta.yaml +++ b/meta.yaml @@ -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