test results are in

This commit is contained in:
2019-09-19 02:00:59 -04:00
parent decfa00b42
commit 78b214ad7d
+4 -1
View File
@@ -32,4 +32,7 @@ jobs:
# https://nose.readthedocs.io
- run:
name: $ pytest
command: pytest
command: pytest --junitxml=report.xml
- store_test_results:
path: report.xml