From: yomguy Date: Sat, 6 Oct 2012 22:45:35 +0000 (+0200) Subject: fix travis install X-Git-Tag: 0.4.2~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=920faef91ee612fb06522ee9537100585d8334c7;p=timeside.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