From df956816b4194b583e191e7581b3abe15205ec46 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 19 Mar 2017 13:47:58 +0100 Subject: [PATCH] Refs #436 -- Try to fix travis script --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index d71c9d641..28e43816d 100755 --- a/.travis.sh +++ b/.travis.sh @@ -30,7 +30,7 @@ if [ "$1" == "tests" ]; then cd src python manage.py check make all compress - coverage run -m py.test --rerun 5 tests && coverage report + py.test --rerun 5 tests fi if [ "$1" == "tests-cov" ]; then pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt -r src/requirements/py34.txt