From: yomguy Date: Mon, 8 Oct 2012 15:12:16 +0000 (+0200) Subject: arg, no gst in travis :( X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=989f935379b4abab53f0637aacc773ea6dc9aafe;p=timeside-diadems.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