From: yomguy Date: Mon, 8 Oct 2012 14:10:00 +0000 (+0200) Subject: add travis test X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3f398e45dc984720250deea1057049e6a82ff017;p=timeside-diadems.git add travis test --- diff --git a/.travis.yml b/.travis.yml index 4c991a3..78e87dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ 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 script: - - "python setup.py install" - #- "python setup.py install" + - "python tests/testcomponent.py"