Skip to content

Commit 1cdd0ce

Browse files
committed
Specifying coverage config for tox
1 parent 8521806 commit 1cdd0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commands =
4848
pip freeze
4949
# FIXME: there are too many failures in the docs example gallery, ignore it for now
5050
!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}
51+
cov: pytest --pyargs astroquery {toxinidir}/docs --ignore={toxinidir}/docs/gallery* --cov astroquery --cov-config={toxinidir}/setup.cfg {posargs}
5252
cov: coverage xml -o {toxinidir}/coverage.xml
5353

5454
[testenv:codestyle]

0 commit comments

Comments
 (0)