summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-01-09 10:14:48 -0800
committerEric Brown <browne@vmware.com>2017-01-09 10:14:48 -0800
commitbc8c7d375b7745fdedd2869c1b1d9c896080792b (patch)
tree5d830aa5b38077e686bbbea5850f28704dbb981a
parent3181e5ba550a9f4936544b339b3f9806887e71de (diff)
downloadoslo-utils-bc8c7d375b7745fdedd2869c1b1d9c896080792b.tar.gz
Remove references to Python 3.43.22.0
Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I275c60c1d5154ee7f2e7637a0cee15a83a7d077f
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a60ebd3..7ea22ca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,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
[files]
diff --git a/tox.ini b/tox.ini
index 341c28c..ce0cbe3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py34,py27,pep8
+envlist = py35,py27,pep8
[testenv]
setenv =