From 28cb2c59947dcf738a44e576d6068e77d7d16d03 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Fri, 20 Jun 2014 21:08:58 +0200 Subject: [PATCH] Added python3.4 in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d2507bf7..8d46e8aa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py32, py33, flake8 +envlist = py26, py27, py32, py33, py34, flake8 skipsdist=True [testenv:py26]