diff options
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 + + |