From: Thomas Fillon Date: Tue, 15 Apr 2014 20:54:32 +0000 (+0200) Subject: New tests command for Travis X-Git-Tag: 0.5.5~1^2~38^2~47 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=000a17c3cbdd9292841fb2213e28db57b5166523;p=timeside.git New tests command for Travis --- diff --git a/.travis.yml b/.travis.yml index 284eb1d..dca6e2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,9 @@ before_install: # command to install dependencies #install: # - "pip install -r requirements.txt --use-mirrors" + - python setup.py install # command to run tests script: - - "python setup.py install" - - "python setup.py test" + - py.test tests --ignore tests/sandbox +# - "python setup.py test"