Commit 6571ce8b authored by Jason R. Coombs's avatar Jason R. Coombs

Report skips and xfails on CI builds

parent 0e4c33da
...@@ -20,7 +20,7 @@ script: ...@@ -20,7 +20,7 @@ script:
# update egg_info based on setup.py in checkout # update egg_info based on setup.py in checkout
- python bootstrap.py - python bootstrap.py
- python setup.py test --addopts='-rs' - python setup.py test --addopts='-rsx'
before_deploy: before_deploy:
- export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1 - export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1
......
...@@ -14,4 +14,4 @@ build: off ...@@ -14,4 +14,4 @@ build: off
test_script: test_script:
- "python bootstrap.py" - "python bootstrap.py"
- "python setup.py test" - "python setup.py test --addopts='-rsx'"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment