diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2012-12-20 13:48:39 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2012-12-20 13:48:39 +0100 | 
| commit | 69a388319909456f4f666e500f5648589ada10b8 (patch) | |
| tree | 6dea3c9a968c9ba49eaf1f076a6d098c63f2a17c | |
| parent | 0dcfb234ed209e90fde20cf299483457caf49b36 (diff) | |
Enable 3.3 in Travis (works; see https://travis-ci.org/phihag/youtube-dl/jobs/3757443 )
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1e9b43e16..31eea852c 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:  | 
