aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-05-11 20:13:22 -0700
committerCorey Farwell <coreyf@rwell.org>2014-05-11 20:13:22 -0700
commitfdb205b19e9980cd5a619b09d5828e12095b48b9 (patch)
treedb5f344b7dfb24650505bf2d7686d1b0180aa8b8 /.travis.yml
parentfbe8053120fed8e514124ce84db8008beb7716bb (diff)
downloadyoutube-dl-fdb205b19e9980cd5a619b09d5828e12095b48b9.zip
youtube-dl-fdb205b19e9980cd5a619b09d5828e12095b48b9.tar.gz
youtube-dl-fdb205b19e9980cd5a619b09d5828e12095b48b9.tar.bz2
Enable testing on Python 3.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 45b71f1..c6cc7a9 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: