From: yomguy Date: Sat, 6 Oct 2012 22:33:34 +0000 (+0200) Subject: add Travis CI hooks X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5dae08d7719e1ff7190ff84c6094c97903af110b;p=timeside-diadems.git add Travis CI hooks --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..929656b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" +# command to run tests +script: tests/alltests.py