We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faae6ca commit a7e66f2Copy full SHA for a7e66f2
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
- run:
17
name: Test
18
command: |
19
- python -m pytest --mypy --cov-report html:cov_html --cov-report annotate:cov_annotate --cov --junitxml=test-results/pytest/results.xml
+ python -m pytest --doctest-modules -v --cov-report term-missing --cov
20
python -m coveralls
21
- store_test_results:
22
path: test-results
0 commit comments