commit | 1bf0dbb566e59e20343c274eb6f8a9ae8e24d3be | [log] [tgz] |
---|---|---|
author | Ghanshyam <gmann@ghanshyammann.com> | Thu Jan 23 17:09:48 2020 -0600 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Tue Mar 03 14:10:58 2020 +0000 |
tree | 803559610b6c186578a28ae5e3055c6fc24d67c9 | |
parent | a6cec8acfd00a5975721b8ea066b90cca55e9920 [diff] [blame] |
[ussuri][goal] Drop python 2.7 support and testing OpenStack is dropping the py2.7 support in ussuri cycle. barbican-tempest-plugin is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I557159bea7c749202ef327995754a7f54b58028c
diff --git a/tox.ini b/tox.ini index faa94df..e8d3f77 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,9 +1,11 @@ [tox] -minversion = 2.0 -envlist = py35,py27,pypy,pep8 +minversion = 3.1.1 +envlist = py37,pypy,pep8 skipsdist = True +ignore_basepython_conflict = True [testenv] +basepython = python3 usedevelop = True install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} setenv =