From: Thomas Fillon Date: Thu, 17 Apr 2014 21:09:09 +0000 (+0200) Subject: Update .travis to include 'setup.py test' X-Git-Tag: 0.5.5~1^2~38^2~38 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=28f1102ea46d7da697a66be776df3e6aa125b9b6;p=timeside.git Update .travis to include 'setup.py test' --- diff --git a/.travis.yml b/.travis.yml index 5603dbf..747d196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,5 @@ before_install: # command to run tests script: - - py.test tests --ignore tests/sandbox -# - "python setup.py test" +# - py.test tests --ignore tests/sandbox + - python setup.py test