Skip to content

Commit

Permalink
chg: test: report test time
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Aug 6, 2018
1 parent f823a6a commit f6cbbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6cbbe8

Please sign in to comment.