aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-12-20 13:48:39 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-12-20 13:48:39 +0100
commit69a388319909456f4f666e500f5648589ada10b8 (patch)
tree6dea3c9a968c9ba49eaf1f076a6d098c63f2a17c /.travis.yml
parent0dcfb234ed209e90fde20cf299483457caf49b36 (diff)
downloadyoutube-dl-69a388319909456f4f666e500f5648589ada10b8.zip
youtube-dl-69a388319909456f4f666e500f5648589ada10b8.tar.gz
youtube-dl-69a388319909456f4f666e500f5648589ada10b8.tar.bz2
Enable 3.3 in Travis (works; see https://travis-ci.org/phihag/youtube-dl/jobs/3757443 )
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e9b43e..31eea85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
-# - "3.3"
+ - "3.3"
script: nosetests test --verbose
notifications:
email: