print the 5 slowest integration tests on each travis run

This commit is contained in:
Alex Gaynor 2017-03-24 15:39:21 -04:00 committed by GitHub
parent 78bfe0a6a5
commit 8d118d1e7c
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ fi
tox -- -m unit
# Run our integration tests
tox -- -m integration -n 8
tox -- -m integration -n 8 --duration=5