From: Thomas Fillon Date: Thu, 17 Apr 2014 21:09:09 +0000 (+0200) Subject: Update .travis to include 'setup.py test' X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f9731412a60ed6660b8c57cdad093bacd421615;p=timeside-diadems.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