]> git.parisson.com Git - timeside.git/commitdiff
add Travis CI hooks
authoryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:33:34 +0000 (00:33 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:33:34 +0000 (00:33 +0200)
.travis.yml [new file with mode: 0644]
timeside/gstutils.py

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..929656b
--- /dev/null
@@ -0,0 +1,7 @@
+language: python
+python:
+  - "2.6"
+  - "2.7"
+  - "3.2"
+# command to run tests
+script: tests/alltests.py
index 9be48d7b869fd49e81e3204e913e3d64af592842..2c60a36e658e18e4a962b282271efd31430671be 100644 (file)
@@ -1,6 +1,3 @@
-from timeside.core import Processor, implements, interfacedoc
-from timeside.api import IEncoder
-
 from numpy import array, getbuffer, frombuffer
 
 import pygst