From: yomguy Date: Sat, 6 Oct 2012 22:44:41 +0000 (+0200) Subject: fix travis install X-Git-Tag: 0.4.2~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c967bc298e2635392154408d6e6ae64a9bfcc567;p=timeside.git fix travis install --- diff --git a/.travis.yml b/.travis.yml index 892153f..bab2535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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