summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-30 23:54:29 +0000
committerGerrit Code Review <review@openstack.org>2021-06-30 23:54:29 +0000
commitf5096bf6c83a287905f79d0e005cfcb61ae5baaf (patch)
tree371f63de013a450e6b1dca52f5c32839c9066065
parent8845f72f40893606e2e24c141e6f0aea6062b59f (diff)
parent7d0046069afbe452f37df9c21d1c62f108ae1f40 (diff)
downloadswift-bench-f5096bf6c83a287905f79d0e005cfcb61ae5baaf.tar.gz
Merge "Drop testing for py27"
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.py2
-rw-r--r--tox.ini2
3 files changed, 1 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e2571b2..a48588d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,5 +1,4 @@
- project:
templates:
- check-requirements
- - openstack-python-jobs
- openstack-python3-ussuri-jobs
diff --git a/setup.py b/setup.py
index 90c9b58..a88ea58 100644
--- a/setup.py
+++ b/setup.py
@@ -40,8 +40,6 @@ setup(
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
diff --git a/tox.ini b/tox.ini
index 1cf9435..67ceb72 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py27,pypy,pep8
+envlist = py37,pypy,pep8
minversion = 1.6
[testenv]