]> git.parisson.com Git - timeside-diadems.git/commitdiff
fix travis deps
authoryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 14:12:17 +0000 (16:12 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 14:12:17 +0000 (16:12 +0200)
.travis.yml

index 78e87dd715f972098f03ecc6ec0f2f2610d4a081..f3aed02209b8bc69eb67136f465eecacbfd04678 100644 (file)
@@ -4,7 +4,7 @@ python:
   - "2.7"
 # command to install dependencies
 install: 
-# - "pip install -r requirements.txt --use-mirrors"
+ - "pip install -r requirements.txt --use-mirrors"
  - "python setup.py install"
 
 # command to run tests