From f3996f4174dec3e64180796fc93b8928b64d749b Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 7 Oct 2012 00:33:34 +0200 Subject: [PATCH] add Travis CI hooks --- .travis.yml | 7 +++++++ timeside/gstutils.py | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .travis.yml 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 -- 2.39.5