From: yomguy Date: Sat, 6 Oct 2012 23:07:48 +0000 (+0200) Subject: test travis X-Git-Tag: 0.4.2~13 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0515ec72ad436e525412470088fc9a3874aaa1df;p=timeside.git test travis --- diff --git a/.travis.yml b/.travis.yml index 0c8a87c..3fc9c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: # command to install dependencies install: - "pip install -r requirements.txt --use-mirrors" - - "python setup.py install" # command to run tests # script: python tests/alltests.py +script: + - "python setup.py install"