test-reports into circleci

This commit is contained in:
simojenki
2019-09-12 15:57:45 +10:00
parent c27f0dce2e
commit 4f7bedb3b4
3 changed files with 6 additions and 4 deletions

View File

@@ -47,8 +47,9 @@ jobs:
- run:
name: run tests
command: |
. venv/bin/activate
py.test
. venv/bin/activate\
mkdir test-reports
pytest --junitxml=test-reports/junit.xml
- store_artifacts:
path: test-reports