We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c34e6 commit ac95a60Copy full SHA for ac95a60
Makefile
@@ -13,10 +13,10 @@ check_lint:
13
interrogate .
14
15
doctest:
16
- pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
+ python -m pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
17
18
test:
19
- pytest
+ python -m pytest
20
21
uml:
22
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests
0 commit comments