django-analytical/setup.cfg
David Smith 10d109eb6c Use pytest as test runner
* Used pytest to run tests within tox environments

* Removed test runner within setup.py
2020-11-30 23:02:04 +01:00

10 lines
No EOL
183 B
INI

[build_sphinx]
source-dir = docs
build-dir = build/docs
all_files = 1
[upload_sphinx]
upload-dir = build/docs/html
[tool:pytest]
DJANGO_SETTINGS_MODULE = analytical.tests.settings