summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 23:14:42 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 23:14:42 -0700
commit40a0d4644329b99ee4964bc2e915ddfef8e4ac70 (patch)
treed131fbdd4a6e20ee236da435594d0c9f2855d801
parent53cb98ad26b0f01a8bf8d7a5a104407d4afb8b8d (diff)
downloadpycrypto-40a0d4644329b99ee4964bc2e915ddfef8e4ac70.tar.gz
appveyor build
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 40ae28c..a09850a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,8 @@ test_script:
# Note that you must use the environment variable %PYTHON% to refer to
# 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 test"
+ - "build.cmd %PYTHON%\\python.exe setup.py build test"
after_test:
# This step builds your wheels.