diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:06:31 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:06:31 -0700 |
commit | ff0c1e79b2909877aacfdfe8490dca4b8a0aed8e (patch) | |
tree | d299c2c072a1f1b786d8c74d89fcaf71ccc2114b | |
parent | efaa24fe63a0ce1ee2b34ef20419d7ba9396463a (diff) |
Added appveyor.yml
-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 + + |