summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2020-10-13 16:46:15 +0200
committerMatthias Runge <mrunge@redhat.com>2020-10-14 08:34:52 +0200
commit75eaf770992e7b69b320c6a13f5ba996c79dcbe1 (patch)
treea8154eba2c606ffec4d6f3c832b37cef74ea3d9a /tox.ini
parent2f093abf16598db11ba792349ffe6768592ff437 (diff)
downloadceilometer-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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 20f15434..5300d063 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]