diff --git a/setup.cfg b/setup.cfg index 0c8e0b7..82a6de1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,11 +12,6 @@ all_files = 1 upload-dir = docs/_build/html show-response = 1 -[tool:pytest] -minversion = 2.2 -norecursedirs = build docs/_build -doctest_plus = enabled - [ah_bootstrap] auto_use = True @@ -40,6 +35,7 @@ console_scripts = [tool:pytest] testpaths = "speclite" "docs" +norecursedirs = build docs/_build astropy_header = true doctest_plus = enabled text_file_format = rst