diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-10-22 17:47:39 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2019-01-15 19:25:13 +0100 |
commit | f132ce9b64073b7ebee590a9d47dc41c0a0d7a64 (patch) | |
tree | defe60bf460b206565d98159441c174caa1f67c5 /pytest.ini | |
parent | Merge pull request #3007 from AlanCoding/test_logging (diff) | |
download | awx-f132ce9b64073b7ebee590a9d47dc41c0a0d7a64.tar.xz awx-f132ce9b64073b7ebee590a9d47dc41c0a0d7a64.zip |
switch image builds to py3
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini index 91e4c9a95a..3bf2ea1b52 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 = |