From 36a19891dd92a93fd77b94cafc0de3242545e7cd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Apr 2015 12:11:04 -0700 Subject: Trying configuration in appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') 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' -- cgit v1.2.3