diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 11:17:13 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 11:17:13 -0400 |
| commit | 6571ce8b2152c0c6e1e7012fe07970e96484a1a7 (patch) | |
| tree | 199c48fa2cd95c5c72be4a2fb4bd94abf280ee78 /appveyor.yml | |
| parent | 0e4c33da98882fee354d21082103392b26af3615 (diff) | |
| download | python-setuptools-git-6571ce8b2152c0c6e1e7012fe07970e96484a1a7.tar.gz | |
Report skips and xfails on CI builds
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
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'" |
