about summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-03-14 21:41:56 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-03-14 21:41:56 +0100
commit7c42327e0e2f62a64771769e17cda33ea2a4a10d (patch)
tree878b981e8391f6454afbc5759d8fab34138477a6 /tox.ini
parent873383e9bd2496a31870e6456007463c1f873b33 (diff)
downloadyoutube-dl-7c42327e0e2f62a64771769e17cda33ea2a4a10d.tar.gz
youtube-dl-7c42327e0e2f62a64771769e17cda33ea2a4a10d.tar.xz
youtube-dl-7c42327e0e2f62a64771769e17cda33ea2a4a10d.zip
tox.ini: Add python 3.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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