]> git.parisson.com Git - timeside.git/commitdiff
fix travis install
authoryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:44:41 +0000 (00:44 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:44:41 +0000 (00:44 +0200)
.travis.yml

index 892153fc2eada16c4da99bfb21a1031b9dee1fe4..bab2535b629878ad6be548dc2b947aeea7af8e30 100644 (file)
@@ -4,6 +4,8 @@ python:
   - "2.7"
   - "3.2"
 # command to install dependencies
-install: "pip install -r requirements.txt --use-mirrors"
+install: 
+ - "pip install -r requirements.txt --use-mirrors"
+ - "setup.py install"
 # command to run tests
 script: python tests/alltests.py