summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-06 23:33:37 +0000
committerGerrit Code Review <review@openstack.org>2018-06-06 23:33:37 +0000
commit8368ad18a3b473232ee8f531b74e1e814a9735a9 (patch)
treeca52e45364be5a45123234dc4f0d2e1de02e74ca
parent4dd8d8c57aa42e3a51816294a366bd105d1e2900 (diff)
parent7469f3da101c3d1c8ca294f29acc5ba22ef2fb20 (diff)
downloadtaskflow-8368ad18a3b473232ee8f531b74e1e814a9735a9.tar.gz
Merge "Drop py34 target in tox.ini"
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini1
2 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 15f30c5..6c91c51 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries
Topic :: System :: Distributed Computing
diff --git a/tox.ini b/tox.ini
index d2cb1e7..50db514 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist =
docs,
pep8,
py27,
- py34,
py35,
pylint,
update-states