mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 02:28:12 -03:30
switch image builds to py3
This commit is contained in:
committed by
Shane McDonald
parent
f22fd58392
commit
f132ce9b64
@@ -1,7 +1,7 @@
|
||||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE = awx.settings.development
|
||||
python_paths = /venv/tower/lib/python2.7/site-packages
|
||||
site_dirs = /venv/tower/lib/python2.7/site-packages
|
||||
python_paths = /venv/tower/lib/python3.6/site-packages
|
||||
site_dirs = /venv/tower/lib/python3.6/site-packages
|
||||
python_files = *.py
|
||||
addopts = --reuse-db --nomigrations --tb=native
|
||||
markers =
|
||||
|
||||
Reference in New Issue
Block a user