From: Armin Ronacher Date: Fri, 6 Jun 2014 15:33:07 +0000 (+0600) Subject: Added 3.4 to tox X-Git-Tag: 2.8~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0f6c07d18e94b1545cb8760bb33dfeccc1b962;p=thirdparty%2Fjinja.git Added 3.4 to tox --- diff --git a/tox.ini b/tox.ini index 4bad758e..1209f052 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, pypy, py33 +envlist = py26, py27, pypy, py33, py34 [testenv] commands = python run-tests.py