Get a basic pytest CI in there.

This commit is contained in:
Luke Murphy
2018-04-08 22:22:31 +02:00
parent 8f544992cd
commit 314a32eed6
6 changed files with 54 additions and 0 deletions

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[tool:pytest]
DJANGO_SETTINGS_MODULE = ojusomap.settings
python_files = tests.py test_*.py *_tests.py
addopts = --reuse-db --strict --tb=short