]> git.parisson.com Git - timeside-diadems.git/commitdiff
Minor Clean up in .travis.yml
authorThomas Fillon <thomas@parisson.com>
Thu, 17 Apr 2014 21:33:32 +0000 (23:33 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 17 Apr 2014 21:33:32 +0000 (23:33 +0200)
.travis.yml

index 747d1967474601be553d6eb818fc4ebb93c981ae..b7be10f29862add13c939e73f1262d4e8af8b270 100644 (file)
@@ -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