From: Jaime Marquínez Ferrándiz Date: Sat, 14 Mar 2015 20:41:56 +0000 (+0100) Subject: tox.ini: Add python 3.4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=7c42327e0e2f62a64771769e17cda33ea2a4a10d tox.ini: Add python 3.4 --- diff --git a/tox.ini b/tox.ini index 6fe7fc8f5..00c6e00e3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33 +envlist = py26,py27,py33,py34 [testenv] deps = nose