mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7599 from eric-wieser/report-xml
Report junit pytest failures to CircleCI
This commit is contained in:
commit
e23f52b7f9
@ -8,4 +8,7 @@ jobs:
|
||||
- checkout
|
||||
- run: /python3.6/bin/pip install -U pip setuptools
|
||||
- run: /python3.6/bin/pip install -U .[test]
|
||||
- run: make test PYTHON=/python3.6/bin/python
|
||||
- run: mkdir -p test-reports/pytest
|
||||
- run: make test PYTHON=/python3.6/bin/python TEST=--junitxml=test-reports/pytest/results.xml
|
||||
- store_test_results:
|
||||
path: test-reports
|
||||
|
Loading…
Reference in New Issue
Block a user