summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-01 18:55:56 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-01 18:55:56 +0200
commit14058944830295f3b5522dd8a29f32cfd3aaa5a8 (patch)
tree0ef0366c7a8efd8e308f7a2d33c167ba96f9f7b3 /appveyor.yml
parent65c2cd5d9bfb92e649a0ed28a560bc7f5abd9502 (diff)
downloadcython-14058944830295f3b5522dd8a29f32cfd3aaa5a8.tar.gz
Re-enable external integration tests in appveyor.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index eae2aeb18..5f7d2341d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -64,6 +64,7 @@ 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"