Skip to content

Commit 1b7073d

Browse files
committed
switch cov config to pyproject
1 parent 7dc6895 commit 1b7073d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ deps =
5050
devdeps: :NIGHTLY:numpy
5151
devdeps: git+https://github.com/astropy/astropy.git#egg=astropy
5252

53-
# The following indicates which extras_require from setup.cfg will be installed
5453
extras =
5554
test
5655
extradeps: extra
5756

5857
commands =
5958
pip freeze
6059
!cov: pytest -v --pyargs gala {toxinidir}/docs {posargs}
61-
cov: pytest --pyargs gala {toxinidir}/docs --cov gala --cov-config={toxinidir}/setup.cfg {posargs} --cov-report=xml:{toxinidir}/coverage.xml --durations=16
60+
cov: pytest --pyargs gala {toxinidir}/docs --cov gala --cov-config={toxinidir}/pyproject.toml {posargs} --cov-report=xml:{toxinidir}/coverage.xml --durations=16
6261

6362
# Runs pip install -e . instead of building an sdist and installing
6463
usedevelop = False

0 commit comments

Comments
 (0)