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 cd6cbaf commit b78f40eCopy full SHA for b78f40e
tox.ini
@@ -43,8 +43,8 @@ commands =
43
pip freeze
44
# FIXME: there are too many failures from the docs example gallery ignore docs for now
45
# !cov: pytest {toxinidir}/astroquery {toxinidir}/docs {posargs}
46
- !cov: pytest {toxinidir}/astroquery {posargs}
47
- cov: pytest {toxinidir}/astroquery --cov {toxinidir}/astroquery {posargs}
+ !cov: pytest --pyargs astroquery {posargs}
+ cov: pytest --pyargs astroquery --cov astroquery {posargs}
48
cov: coverage xml -o {toxinidir}/coverage.xml
49
50
[testenv:codestyle]
0 commit comments