]> git.parisson.com Git - telemeta.git/commitdiff
Travis: fix pip command
authorThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 15:03:45 +0000 (16:03 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 15:03:45 +0000 (16:03 +0100)
.travis.yml

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