]> git.parisson.com Git - telemeta.git/commitdiff
skip script in travis
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 18 Nov 2014 08:13:53 +0000 (09:13 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 18 Nov 2014 08:13:53 +0000 (09:13 +0100)
.travis.yml

index ec54864655b099ab6a8506a3e89c0300c4dbf2b2..dd1bde164558bfa05ab90626d5804811c5a02dcf 100644 (file)
@@ -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"