diff options
| -rw-r--r-- | appveyor.yml | 4 | 
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'  | 
