Skip to content

Commit b78f40e

Browse files
committed
Fixing directory path
1 parent cd6cbaf commit b78f40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ commands =
4343
pip freeze
4444
# FIXME: there are too many failures from the docs example gallery ignore docs for now
4545
# !cov: pytest {toxinidir}/astroquery {toxinidir}/docs {posargs}
46-
!cov: pytest {toxinidir}/astroquery {posargs}
47-
cov: pytest {toxinidir}/astroquery --cov {toxinidir}/astroquery {posargs}
46+
!cov: pytest --pyargs astroquery {posargs}
47+
cov: pytest --pyargs astroquery --cov astroquery {posargs}
4848
cov: coverage xml -o {toxinidir}/coverage.xml
4949

5050
[testenv:codestyle]

0 commit comments

Comments
 (0)