commit | 20808ddc5db670be59ff8048b362f8fee8701867 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Sat Mar 21 16:09:11 2020 -0500 |
committer | Monty Taylor <mordred@inaugust.com> | Sat Mar 21 16:42:29 2020 -0500 |
tree | fe70b04472645f14d8a1e0c0194ff6e03a57b577 | |
parent | 2bb53ddb7f93037956fbe0697b599a00654720e9 [diff] [blame] |
Update ConfigParser imports for python3 We're starting to run jeepyb under python3 in the new gerrit image. Change-Id: Ia71cb13f3b45055bbb9a311807fa65a89c8be62a
diff --git a/tox.ini b/tox.ini index 925577c..835b4ac 100644 --- a/tox.ini +++ b/tox.ini
@@ -5,6 +5,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt +basepython = python3 [testenv:pep8] commands = flake8