Fixing regression testing on Appveyor
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user