From: gcmalloc Date: Mon, 15 Oct 2012 08:37:33 +0000 (+0200) Subject: adding travis support X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=aeeb29a356a014ca48458c45de1d672243d8eb40 adding travis support --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..05dd519a8 --- /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