diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-10-22 18:58:42 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-01-15 20:09:01 +0100 |
commit | f223df303f6ef548ccdc0d1c7bb89a980376dd3e (patch) | |
tree | 77a910f87194c0b1e6617ec4104477586f0b4679 /tox.ini | |
parent | switch image builds to py3 (diff) | |
download | awx-f223df303f6ef548ccdc0d1c7bb89a980376dd3e.tar.xz awx-f223df303f6ef548ccdc0d1c7bb89a980376dd3e.zip |
convert py2 -> py3
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ whitelist_externals = make ; SKIP_SLOW_TESTS = True [testenv:api-lint] +basepython = python3.6 deps = -r{toxinidir}/requirements/requirements_dev.txt coverage |