File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include README.rst
22include CHANGES.rst
3- include setup.cfg
43include LICENSE.rst
54include pyproject.toml
65
Original file line number Diff line number Diff line change 7474 devdeps: git+https://github.com/astropy/astroquery.git# egg=astroquery
7575 devdeps,mpldev: matplotlib>=0.0.dev0
7676
77- # The following indicates which extras_require from setup.cfg will be installed
77+ # The following indicates which extras_require from pyproject.toml will be installed
7878extras =
7979 test: test
8080 alldeps: all
@@ -83,7 +83,7 @@ commands =
8383 pip freeze
8484
8585 !cov: pytest --pyargs sbpy {toxinidir}/docs {env:MPLFLAGS} {posargs}
86- cov: pytest --pyargs sbpy {env:MPLFLAGS} --cov sbpy -- cov-config ={toxinidir}/setup.cfg {posargs}
86+ cov: pytest --pyargs sbpy {env:MPLFLAGS} --cov sbpy {posargs}
8787 cov: coverage xml -o {toxinidir}/coverage.xml
8888
8989[testenv:build_docs]
@@ -106,7 +106,7 @@ commands =
106106 sphinx-build -W -b linkcheck . _build/html --keep-going
107107
108108[testenv:codestyle]
109- # We list the warnings/errors to check for here rather than in setup.cfg because
109+ # We list the warnings/errors to check for here rather than in pyproject.toml because
110110# we don't want these options to apply whenever anyone calls flake8 from the
111111# command-line or their code editor - in this case all warnings/errors should be
112112# checked for. The warnings/errors we check for here are:
You can’t perform that action at this time.
0 commit comments