summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLisandro Dalcin <dalcinl@gmail.com>2015-10-04 11:06:23 -0700
committerLisandro Dalcin <dalcinl@gmail.com>2015-10-04 11:06:23 -0700
commit089cd33baee3c3dee2c05029ef6f6c7c9a8f935c (patch)
tree8b4899c3974655ce713c421c3fbe2b0123ed6baf /appveyor.yml
parent1692f0e508f10a011704a5cbd6695f684e58da5e (diff)
downloadcython-089cd33baee3c3dee2c05029ef6f6c7c9a8f935c.tar.gz
AppVeyor: Disable hanging tests and C++ tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 94c0b07fb..9c4009f05 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -71,7 +71,7 @@ build_script:
test: off
test_script:
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -x common_include_dir -x cythonize_script_package"
artifacts:
- path: dist\*