aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-10-15 10:37:33 +0200
committergcmalloc <gcmalloc@gmail.com>2012-10-15 10:58:35 +0200
commitaeeb29a356a014ca48458c45de1d672243d8eb40 (patch)
tree914b813d0ba7381493fd8525c7073172973e1688 /.travis.yml
parent6d9c22cd267b294c6e2abe9b0256c24a090a9349 (diff)
downloadyoutube-dl-aeeb29a356a014ca48458c45de1d672243d8eb40.zip
youtube-dl-aeeb29a356a014ca48458c45de1d672243d8eb40.tar.gz
youtube-dl-aeeb29a356a014ca48458c45de1d672243d8eb40.tar.bz2
adding travis support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..05dd519
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+#specify the python version
+python:
+ - "2.6"
+ - "2.7"
+# command to run tests
+script: nosetests tests