summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-20 09:38:04 +0000
committerGerrit Code Review <review@openstack.org>2019-05-20 09:38:04 +0000
commit64fa55a9195e0535e7dae5519773d8d98e09f0f0 (patch)
tree56d72c15d16850fc9e0d97b2049b44c61b94cc1e
parent97a6c8f8f177cdc5490862224c2feb17d8f9a71f (diff)
parent462eb63cc952ce5f50abd75c170d0502438863f6 (diff)
downloadoslo-vmware-64fa55a9195e0535e7dae5519773d8d98e09f0f0.tar.gz
Merge "Dropping the py35 testing"2.34.0
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
3 files changed, 2 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 0ee4287..9582a6b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -5,7 +5,6 @@
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
diff --git a/setup.cfg b/setup.cfg
index b76b543..ac4539e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
[files]
packages =
diff --git a/tox.ini b/tox.ini
index e9a5f0c..cb830c5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py36,py27,pep8
[testenv]
install_command = pip install {opts} {packages}