From: Thomas Fillon Date: Thu, 17 Apr 2014 21:33:32 +0000 (+0200) Subject: Minor Clean up in .travis.yml X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9c07f2e19aabb6dc086a56f7d73ef53d34bd3afc;p=timeside-diadems.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