summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-05 07:13:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-05 07:13:36 -0500
commit45bf4dbf523608ff5084e63ba6b76a8602e23181 (patch)
tree8bd2bf89cefb5e9a9b2fae95eaa5f35d014bf197 /appveyor.yml
parent7c61630cc8217c848401b68d19982ea34fc7efd9 (diff)
downloadpython-coveragepy-45bf4dbf523608ff5084e63ba6b76a8602e23181.tar.gz
No xdist on appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 914e297..7697cba 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,6 +9,10 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
+ # Parallel pytest gets tangled up with tests that try to create and destroy
+ # .pth files in the shared virtualenv. Disable parallel tests.
+ PYTEST_ADDOPTS: "-n 0"
+
matrix:
- JOB: "2.6 32-bit"
TOXENV: "py26"