summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4ae6c791..ebf446bf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ environment:
matrix:
- PYTHON: "C:\\Python35-x64"
+ - PYTHON: "C:\\Python27-x64"
install:
# symlink python from a directory with a space
@@ -13,4 +14,4 @@ build: off
test_script:
- "python bootstrap.py"
- - "python setup.py test"
+ - "python setup.py test --addopts='-rsx'"