From: yomguy Date: Sat, 6 Oct 2012 22:33:34 +0000 (+0200) Subject: add Travis CI hooks X-Git-Tag: 0.4.2~19 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f3996f4174dec3e64180796fc93b8928b64d749b;p=timeside.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 diff --git a/timeside/gstutils.py b/timeside/gstutils.py index 9be48d7..2c60a36 100644 --- a/timeside/gstutils.py +++ b/timeside/gstutils.py @@ -1,6 +1,3 @@ -from timeside.core import Processor, implements, interfacedoc -from timeside.api import IEncoder - from numpy import array, getbuffer, frombuffer import pygst