summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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 =