]> git.parisson.com Git - telemeta.git/commitdiff
Travis: do not update TimeSide dependencies
authorThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 14:53:31 +0000 (15:53 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 14:53:31 +0000 (15:53 +0100)
.travis.yml

index 8ebbd527deab4f60971c6c11e13e996275a05ff9..6056b1fefefb10989f8f5d176096bdeddbeece62 100644 (file)
@@ -18,7 +18,7 @@ before_install:
 
 # command to install dependencies
 install:
- - pip install -U timeside
+ - pip install -U timeside --nodeps
  - pip install -e . 
 
 # command to run tests