summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-30 11:17:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-30 11:17:13 -0400
commit6571ce8b2152c0c6e1e7012fe07970e96484a1a7 (patch)
tree199c48fa2cd95c5c72be4a2fb4bd94abf280ee78 /appveyor.yml
parent0e4c33da98882fee354d21082103392b26af3615 (diff)
downloadpython-setuptools-git-6571ce8b2152c0c6e1e7012fe07970e96484a1a7.tar.gz
Report skips and xfails on CI builds
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 f3d22f09..ebf446bf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,4 +14,4 @@ build: off
test_script:
- "python bootstrap.py"
- - "python setup.py test"
+ - "python setup.py test --addopts='-rsx'"