From: yomguy Date: Mon, 8 Oct 2012 14:12:17 +0000 (+0200) Subject: fix travis deps X-Git-Tag: 0.4.2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=372d43699e55dd2751762649898ae4e7bb8d232d;p=timeside.git fix travis deps --- diff --git a/.travis.yml b/.travis.yml index 78e87dd..f3aed02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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