From cfe12a7fe3a8f6733ebf8879e19d69a81b30bbc1 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 5 Jan 2017 15:33:23 -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: Id32fca50f5f1834175b6003be61f2cc4c8b9aeeb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index efe81f8..cd99eba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py34,py27,pep8,releasenotes +envlist = py35,py27,pep8,releasenotes [testenv] usedevelop = True -- cgit v1.2.1