summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-01 18:55:15 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-01 18:55:15 +0200
commit65c2cd5d9bfb92e649a0ed28a560bc7f5abd9502 (patch)
tree2c5165c1069b9c8b86b1f836eddabe4a1ab8a688
parentaf5bb8945b958dc071e31f76f2774b702ae84c09 (diff)
downloadcython-65c2cd5d9bfb92e649a0ed28a560bc7f5abd9502.tar.gz
Exclude external integration tests in appveyor again to get a passing build.
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5f7d2341d..eae2aeb18 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -64,7 +64,6 @@ build_script:
test: off
test_script:
- - "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od"
- "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j7"