File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,14 @@ deps =
50
50
devdeps: :NIGHTLY:numpy
51
51
devdeps: git+https://github.com/astropy/astropy.git# egg=astropy
52
52
53
- # The following indicates which extras_require from setup.cfg will be installed
54
53
extras =
55
54
test
56
55
extradeps: extra
57
56
58
57
commands =
59
58
pip freeze
60
59
!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
62
61
63
62
# Runs pip install -e . instead of building an sdist and installing
64
63
usedevelop = False
You can’t perform that action at this time.
0 commit comments