summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:11:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:11:04 -0700
commit36a19891dd92a93fd77b94cafc0de3242545e7cd (patch)
tree2d51e5e1fe95355c96edc4c1d25e72f35a4dfc28 /appveyor.yml
parent5eb6317f64acb3ad98ed3bc8fd622942dcba50b5 (diff)
Trying configuration in appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8c9c12e..02721e6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,8 +3,8 @@ environment:
PYTHON_VERSION: "3.4.1"
PYTHON_ARCH: "32"
-build:
- - '@nmake.exe /nologo /f Makefile.nmake'
+configuration:
+ - Release
test_script:
- '@nmake.exe /nologo /f Makefile.nmake test'