From 384fd16d2ba19d4027eadac0e43a33bbb0d843b1 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 15 Apr 2014 22:54:32 +0200 Subject: [PATCH] New tests command for Travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.39.5