From ff0c1e79b2909877aacfdfe8490dca4b8a0aed8e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Apr 2015 12:06:31 -0700 Subject: Added appveyor.yml --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..31066d1 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +environment: + - PYTHON: "C:\\Python34" + - PYTHON_VERSION: "3.4.1" + - PYTHON_ARCH: "32" + +build: + - @nmake.exe /nologo /f Makefile.nmake + +test_script: + - @nmake.exe /nologo /f Makefile.nmake test + + -- cgit v1.2.3