summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-01-05 15:36:32 -0800
committerEric Brown <browne@vmware.com>2017-01-05 15:36:32 -0800
commit99d23f8bfaaaf6e91c39b111cf734d8a37b8fe2d (patch)
tree1dbde2dedf1ac6f29d4705a3eaabceb42952ceb3
parente7e8c7226264e1d71fe75202981ec96446864849 (diff)
downloadoslo-vmware-99d23f8bfaaaf6e91c39b111cf734d8a37b8fe2d.tar.gz
Remove references to Python 3.4
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: I067d84b89167c5e84373cb0656348d3e7a573a45
-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 7c15d16..b669e2b 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 d52ca5b..62212bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py34,py27,pypy,pep8
+envlist = py35,py27,pypy,pep8
[testenv]
setenv =