diff options
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4a94162..c247eff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,8 @@ test_script: # the interpreter you're using - Appveyor does not do anything special # to put the Python evrsion you want to use on PATH. #- "build.cmd %PYTHON%\\python.exe setup.py test" - - "build.cmd %PYTHON%\\python.exe setup.py build test" + #- "build.cmd %PYTHON%\\python.exe setup.py build test" + #- "build.cmd %PYTHON%\\python.exe setup.py build" after_test: # This step builds your wheels. |