summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2016-05-12 15:20:45 +0200
committerChris Meyers <chris.meyers.fsu@gmail.com>2016-05-12 15:21:13 +0200
commit4096583b47232f0e1199bd92bad2a90e8939ad4a (patch)
tree1d84a7a4340666255a1540dfb9352f86c96b572f /pytest.ini
parentMerge pull request #1897 from jaredevantabor/inv-source-notifications (diff)
downloadawx-4096583b47232f0e1199bd92bad2a90e8939ad4a.tar.xz
awx-4096583b47232f0e1199bd92bad2a90e8939ad4a.zip
has no one been runnning py.test ?
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 6ce4c8e3d4..048e98312f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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 =