]> git.parisson.com Git - timeside.git/commitdiff
Travis-CI: restore old .travsi.yml
authorThomas Fillon <thomas@parisson.com>
Fri, 28 Nov 2014 17:15:47 +0000 (18:15 +0100)
committerThomas Fillon <thomas@parisson.com>
Fri, 28 Nov 2014 17:15:47 +0000 (18:15 +0100)
.travis.yml

index ad740414950a89d137b94a439cd476c8504f5f80..be7992ef39a216a84c34eeba2262825126a8abef 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 -U setuptools
  - pip install coverage
 
 script: