]> git.parisson.com Git - timeside.git/commitdiff
Travis: Delete pkg-ressource install and add option for setuptools in virtualenv
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 09:54:13 +0000 (10:54 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 15 Dec 2014 16:18:58 +0000 (17:18 +0100)
.travis.yml

index 063fbce98382a477fea0a205ebf79dbb4c7b3b00..f31cb9c2dcada82c56ff7f261f26b29f0b0c4bed 100644 (file)
@@ -3,7 +3,7 @@ python:
   - "2.7"
 virtualenv:
   system_site_packages: true
-
+  setuptools: true
 # command to prepare the system to install prerequisites or dependencies
 before_install:
  - sudo add-apt-repository -y ppa:donk/gstreamer
@@ -20,7 +20,6 @@ install:
 
 # command to run tests
 before_script:
- - pip install pkg-resources
  - pip install coverage
 
 script: