From: yomguy Date: Sat, 6 Oct 2012 23:07:48 +0000 (+0200) Subject: test travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c279e04871013d324bfcf73bd3997787045eae41;p=timeside-diadems.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"