Updating Appveyor to use epanet-output binary wheel

This commit is contained in:
Michael Tryby
2018-03-16 16:21:21 -04:00
parent 63b4438765
commit c9192907a8
4 changed files with 24 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ except ImportError:
setup(
name = "epanet-output",
version = "1.0",
version = "0.1.0-alpha",
ext_modules = [
Extension("_epanet_output",
sources = ['src/epanet_output.i', 'src/epanet_output.c', 'src/errormanager.c'],

View File

@@ -24,7 +24,7 @@ entry_points = {
setup(
name='nrtest-epanet',
version='0.3.0',
version='0.4.0',
description="EPANET extension for nrtest",
author="Michael E. Tryby",
@@ -38,7 +38,7 @@ setup(
'header_detail_footer>=2.3',
'nrtest>=0.2.0',
'numpy>=1.7.0',
'epanet_output>=0.4.0'
'epanet_output'
],
keywords='nrtest_epanet'
)

View File

@@ -0,0 +1,18 @@
#
# requirements.txt
#
# Date Created: 10/10/2017
# Author: Michael E. Tryby
# US EPA ORD/NRMRL
#
# Useful for configuring a python environment to run epanet-nrtestsuite.
#
# command:
# $ pip install --src build/packages -r tools/requirements.txt
#
nrtest>=0.2.3
-f https://github.com/OpenWaterAnalytics/epanet-python/releases/download/v0.1.0-alpha/epanet_output-0.1.0a0-cp27-cp27m-win32.whl
-e ./tools/nrtest-epanet