From: Guillaume Pellerin Date: Tue, 18 Nov 2014 08:13:53 +0000 (+0100) Subject: skip script in travis X-Git-Tag: 1.5.0rc1~27^2~4^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01eed9c5a6f9460e6a9dc06c835a2202054016fd;p=telemeta.git skip script in travis --- diff --git a/.travis.yml b/.travis.yml index ec548646..dd1bde16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,9 @@ before_install: # command to install dependencies install: - - pip install -U --no-deps timeside - - pip install -e . + - pip install -U --no-deps timeside + - pip install -e . # command to run tests -script: - +# script: # - "python tests/testcomponent.py"