has no one been runnning py.test ?

This commit is contained in:
Chris Meyers 2016-05-12 09:20:45 -04:00
parent 8c03471921
commit 4096583b47

View File

@ -1,7 +1,7 @@
[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
python_paths = awx/lib/site-packages
site_dirs = awx/lib/site-packages
python_paths = venv/tower/lib/python2.7/site-packages
site_dirs = venv/tower/lib/python2.7/site-packages
python_files = *.py
addopts = --reuse-db --nomigrations
markers =