From 913f2d8b37d04cdd0d77470caf55f581b42c403b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 2 Nov 2018 13:56:26 -0400 Subject: [PATCH] update the versions of python 3 claimed We're running at least 3.5 in CI, so start there. Update tox to set the environments from newest to oldest to avoid issues with the dbm format selected for the .testrepository database generated by the tests, to allow it to work for all tox environments on a local system. Change-Id: I7cde15039f782bba69ed9e0e44b08e289148019e Signed-off-by: Doug Hellmann --- setup.cfg | 5 +++-- tox.ini | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 69a57f8..115dccf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,8 +12,9 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [global] setup-hooks = diff --git a/tox.ini b/tox.ini index 84381e0..6398c5b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,pep8 +envlist = py37,py36,py35,pep8 [testenv] install_command = pip install -U {opts} {packages}