setup.cfg 183 B
[aliases]
test=pytest
[tool:pytest]
addopts = --cov -vv
python_files = tests/test_*.py
django_find_project = false
DJANGO_SETTINGS_MODULE = tests.settings
[bdist_wheel]
universal=1
[aliases]
test=pytest
[tool:pytest]
addopts = --cov -vv
python_files = tests/test_*.py
django_find_project = false
DJANGO_SETTINGS_MODULE = tests.settings
[bdist_wheel]
universal=1