summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:06:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:06:31 -0700
commitff0c1e79b2909877aacfdfe8490dca4b8a0aed8e (patch)
treed299c2c072a1f1b786d8c74d89fcaf71ccc2114b /appveyor.yml
parentefaa24fe63a0ce1ee2b34ef20419d7ba9396463a (diff)
Added appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
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
+
+