Skip to content

Commit a7e66f2

Browse files
committed
fix pytest invocation
1 parent faae6ca commit a7e66f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run:
1717
name: Test
1818
command: |
19-
python -m pytest --mypy --cov-report html:cov_html --cov-report annotate:cov_annotate --cov --junitxml=test-results/pytest/results.xml
19+
python -m pytest --doctest-modules -v --cov-report term-missing --cov
2020
python -m coveralls
2121
- store_test_results:
2222
path: test-results

0 commit comments

Comments
 (0)