From 7f9731412a60ed6660b8c57cdad093bacd421615 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 17 Apr 2014 23:09:09 +0200 Subject: [PATCH] Update .travis to include 'setup.py test' --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5