From 997d3d66a1caf27541bd1f7b35e68b483a971efb Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 17 Apr 2014 23:33:32 +0200 Subject: [PATCH] Minor Clean up in .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5