]> git.parisson.com Git - timeside-diadems.git/commitdiff
Test Virtualenv for Travis for fixing Gstreamer import Error
authorThomas Fillon <thomas@parisson.com>
Tue, 15 Apr 2014 14:25:27 +0000 (16:25 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 15 Apr 2014 14:25:27 +0000 (16:25 +0200)
.travis.yml

index 04cb36aa4ecfcfab130dea4744ad7669b79a9321..284eb1de133cef975170ecd10384bb8e957c392d 100644 (file)
@@ -2,6 +2,9 @@ language: python
 python:
   - "2.6"
   - "2.7"
+virtualenv:
+  system_site_packages: true
+
 
 # command to prepare the system to install prerequisites or dependencies
 before_install: