From 99d23f8bfaaaf6e91c39b111cf734d8a37b8fe2d Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 5 Jan 2017 15:36:32 -0800 Subject: 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 = -- cgit v1.2.1