diff options
author | Matthias Runge <mrunge@redhat.com> | 2020-10-13 16:46:15 +0200 |
---|---|---|
committer | Matthias Runge <mrunge@redhat.com> | 2020-10-14 08:34:52 +0200 |
commit | 75eaf770992e7b69b320c6a13f5ba996c79dcbe1 (patch) | |
tree | a8154eba2c606ffec4d6f3c832b37cef74ea3d9a | |
parent | 2f093abf16598db11ba792349ffe6768592ff437 (diff) | |
download | ceilometer-75eaf770992e7b69b320c6a13f5ba996c79dcbe1.tar.gz |
Drop py37 from tox
For Wallaby cycle, python runtimes are python 3.6 and python 3.8,
see https://governance.openstack.org/tc/reference/runtimes/wallaby.html
Change-Id: I70d33a60373ed29af4dee23ec3ee6a7969194cbf
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [tox] minversion = 3.1.0 skipsdist = True -envlist = py{36,37,38},pep8 +envlist = py{36,38},pep8 ignore_basepython_conflict=true [testenv] |