Fixing regression testing on Appveyor

This commit is contained in:
Michael Tryby
2018-04-02 13:27:22 -04:00
parent 3283797847
commit c75f42909e
2 changed files with 5 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ script:
# run regression tests # run regression tests
- cd $EPANET_HOME - cd $EPANET_HOME
- pip install -r tools/requirements.txt - pip install -r tools/requirements.txt
- tools/gen-config.sh $EPANET_HOME/$BUILD_HOME/bin > $TEST_HOME/apps/epanet-$TRAVIS_COMMIT.json - tools/app-config.sh $EPANET_HOME/$BUILD_HOME/bin > $TEST_HOME/apps/epanet-$TRAVIS_COMMIT.json
- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT - tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT

View File

@@ -1,14 +1,15 @@
# #
# requirements.txt # requirements-appveyor.txt
# #
# Date Created: 10/10/2017 # Date Created: 10/10/2017
# Author: Michael E. Tryby # Author: Michael E. Tryby
# US EPA ORD/NRMRL # US EPA ORD/NRMRL
# #
# Useful for configuring a python environment to run epanet-nrtestsuite. # Useful for configuring a python environment to run epanet-nrtestsuite
# on AppVeyor CI.
# #
# command: # command:
# $ pip install --src build/packages -r tools/requirements.txt # $ pip install --src build/packages -r tools/requirements-appveyor.txt
# #
nrtest>=0.2.3 nrtest>=0.2.3