From: yomguy Date: Mon, 8 Oct 2012 15:12:16 +0000 (+0200) Subject: arg, no gst in travis :( X-Git-Tag: 0.4.2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=321838c83b5a9a41b5be3ba09961cfbfe55248f4;p=timeside.git arg, no gst in travis :( --- diff --git a/.travis.yml b/.travis.yml index b2146c4..4bc018b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/requirements.txt b/requirements.txt index d0aeee6..49fe098 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1 @@ setuptools -numpy -pil