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 8521806 commit 1cdd0ceCopy full SHA for 1cdd0ce
tox.ini
@@ -48,7 +48,7 @@ commands =
48
pip freeze
49
# FIXME: there are too many failures in the docs example gallery, ignore it for now
50
!cov: pytest --pyargs astroquery {toxinidir}/docs --ignore={toxinidir}/docs/gallery* {posargs}
51
- cov: pytest --pyargs astroquery {toxinidir}/docs --ignore={toxinidir}/docs/gallery* --cov astroquery {posargs}
+ cov: pytest --pyargs astroquery {toxinidir}/docs --ignore={toxinidir}/docs/gallery* --cov astroquery --cov-config={toxinidir}/setup.cfg {posargs}
52
cov: coverage xml -o {toxinidir}/coverage.xml
53
54
[testenv:codestyle]
0 commit comments