From: yomguy Date: Sat, 6 Oct 2012 22:45:35 +0000 (+0200) Subject: fix travis install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f6b497945b45b580b27956615116086b267d67c;p=timeside-diadems.git fix travis install --- diff --git a/.travis.yml b/.travis.yml index bab2535..d70908f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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