aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-05 02:41:22 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-05 02:41:22 +0700
commit49bd8d5e2e5c4de8c1c409adffc557cb198f7eee (patch)
tree5baf89164c70c8f07b58766b49c15d5d072d7a36 /.travis.yml
parent3d2c2752c5cd70fc7f9cebe8c4683a1de626017d (diff)
downloadyoutube-dl-49bd8d5e2e5c4de8c1c409adffc557cb198f7eee.zip
youtube-dl-49bd8d5e2e5c4de8c1c409adffc557cb198f7eee.tar.gz
youtube-dl-49bd8d5e2e5c4de8c1c409adffc557cb198f7eee.tar.bz2
[travis] Add python 3.6
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 c74c9cc..4833c76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
sudo: false
script: nosetests test --verbose
notifications: