From f6cbbe85b44d519703522ea21c75ccf1ebc6d9c3 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Mon, 6 Aug 2018 16:05:59 +0800 Subject: [PATCH] chg: test: report test time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d811a1c3..4db1a476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: "pip install -r requirements.txt" script: - python3 -m flake8 - find . -iname "*.py" ! -path "./api/*" | xargs pylint --rcfile tests/.pylintrc - - python3 -m pytest ./tests/test_*.py --cov buku -vv + - python3 -m pytest ./tests/test_*.py --cov buku -vv --durations=0 before_deploy: - sudo apt-get update -qy - sudo apt-get install -qy python3 python3-pip