]> git.parisson.com Git - timeside.git/commitdiff
arg, no gst in travis :(
authoryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 15:12:16 +0000 (17:12 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 15:12:16 +0000 (17:12 +0200)
.travis.yml
requirements.txt

index b2146c4677b3cb8227867958e7c57bad7e1e3dd2..4bc018bdf88137a0fe81460c6e109a4ebb542021 100644 (file)
@@ -4,10 +4,9 @@ python:
   - "2.7"
 # command to install dependencies
 install: 
- - "apt-get install python-gst0.10"
  - "pip install -r requirements.txt --use-mirrors"
- - "python setup.py install"
 
 # command to run tests
 script:
- - "python tests/testcomponent.py"
+ - "python setup.py install"
+# - "python tests/testcomponent.py"
index d0aeee6f8a1f9316dd87d433951d04e788a1aba5..49fe098d9e6bccd89482b34510da60ab28556880 100644 (file)
@@ -1,3 +1 @@
 setuptools
-numpy
-pil