From 367d06ab28e9d468d8bb070246e5b247aaf16378 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Wed, 19 Dec 2018 13:25:37 -0500 Subject: [PATCH] Adding link to build status on Appveyor --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26a7f77..f90b67e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # epanet-python Is home for Python packages related to the EPANET engine. +## Build Status +[Appveyor](https://ci.appveyor.com/project/openwateranalytics/epanet-python) + ## Contents * epanet-module - A ctypes based wrapper for the EPANET Toolkit (with support for reading EPANET binary output files). * epanet-python - SWIG based wrappers for the EPANET Toolkit and Output libraries.