summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-02 00:08:18 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-02 00:08:18 -0700
commit6b604ef6a3110ac0a39206c382a4153c24ac752c (patch)
treeefadbf2c372ec741bfa1a1bba8b99d3d89d5756c
parent33dc6d50c54fe40af082d3abeb6568d50f80556c (diff)
downloadpycrypto-6b604ef6a3110ac0a39206c382a4153c24ac752c.tar.gz
Don't actually run the tests
-rw-r--r--appveyor.yml3
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.