chg: test: report test time
This commit is contained in:
parent
bf99c98d91
commit
abebe31520
@ -15,7 +15,7 @@ install: "pip install -r requirements.txt"
|
|||||||
script:
|
script:
|
||||||
- python3 -m flake8
|
- python3 -m flake8
|
||||||
- find . -iname "*.py" ! -path "./api/*" | xargs pylint --rcfile tests/.pylintrc
|
- 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:
|
before_deploy:
|
||||||
- sudo apt-get update -qy
|
- sudo apt-get update -qy
|
||||||
- sudo apt-get install -qy python3 python3-pip
|
- sudo apt-get install -qy python3 python3-pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user