From ca4347ac1c596aec3635fbab634aa9e7959a2719 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Wed, 11 Jun 2014 20:48:47 +0400 Subject: Add 3.4 to list of Python versions to test with --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index fc2207a..c10eef8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py31, py32, py33 +envlist = py26, py27, py31, py32, py33, py34 [testenv] downloadcache = {toxworkdir}/cache -- cgit v1.2.3