From: Corey Farwell Date: Mon, 12 May 2014 03:13:22 +0000 (-0700) Subject: Enable testing on Python 3.4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=fdb205b19e9980cd5a619b09d5828e12095b48b9 Enable testing on Python 3.4 --- diff --git a/.travis.yml b/.travis.yml index 45b71f11b..c6cc7a994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" script: nosetests test --verbose notifications: email: