From: Thomas Fillon Date: Thu, 17 Apr 2014 21:33:32 +0000 (+0200) Subject: Minor Clean up in .travis.yml X-Git-Tag: 0.5.5~1^2~38^2~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=997d3d66a1caf27541bd1f7b35e68b483a971efb;p=timeside.git Minor Clean up in .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 747d196..b7be10f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.6" +# - "2.6" - "2.7" virtualenv: system_site_packages: true @@ -16,7 +16,7 @@ before_install: - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad # command to install dependencies -#install: +install: # - "pip install -r requirements.txt --use-mirrors" - python setup.py install