From: yomguy Date: Sat, 6 Oct 2012 22:44:41 +0000 (+0200) Subject: fix travis install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=190d27f78b145273dfb54633e502a6976bd52831;p=timeside-diadems.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