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

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