summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-01-30 11:33:26 +0000
committerStephen Finucane <stephenfin@redhat.com>2020-01-30 11:37:22 +0000
commitcfc27ef4972a99c5787e537b0f85067829517c4c (patch)
tree085bc8f3f9e0cf565d3c8cf84341a7da1ee44457 /tox.ini
parent9a3537e0a34a0350ad463e813bf4ba0c66aee25b (diff)
downloadoslo-concurrency-cfc27ef4972a99c5787e537b0f85067829517c4c.tar.gz
Drop python 2.7 support and testing4.0.0
Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I94e709093e01825069b44b6c485e49a81f8f14c1 Sem-Ver: api-break
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 9507987..d0f4193 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = py27,py37,pep8
+envlist = py37,pep8
ignore_basepython_conflict = True
[testenv]