chg: test: report test time

This commit is contained in:
rachmadaniHaryono 2018-08-06 16:05:59 +08:00 committed by Arun Prakash Jana
parent bf99c98d91
commit abebe31520
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -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