]> git.parisson.com Git - timeside.git/commitdiff
Travis: Pip install -U setuptools
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 12:13:12 +0000 (13:13 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 12:13:12 +0000 (13:13 +0100)
.travis.yml

index cc3a14af7b58115189399eb286de462187535598..90f4fb994a4c96681bd5489dc48640798763cd31 100644 (file)
@@ -8,7 +8,7 @@ virtualenv:
 before_install:
  - sudo add-apt-repository -y ppa:donk/gstreamer
  - sudo apt-get -qq update
- - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx
+ - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx.gnupg/gpg.conf
  - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables
  - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad
 
@@ -20,7 +20,7 @@ install:
 
 # command to run tests
 before_script:
- - pip install setuptools
+ - pip install -U setuptools
  - pip install coverage
 
 script: