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

@@ -1,14 +1,15 @@
#
# requirements.txt
# requirements-appveyor.txt
#
# Date Created: 10/10/2017
# Author: Michael E. Tryby
# 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:
# $ pip install --src build/packages -r tools/requirements.txt
# $ pip install --src build/packages -r tools/requirements-appveyor.txt
#
nrtest>=0.2.3