From 01eed9c5a6f9460e6a9dc06c835a2202054016fd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 18 Nov 2014 09:13:53 +0100 Subject: [PATCH] skip script in travis --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" -- 2.39.5