Skip to content

Commit 1ac3a8c

Browse files
author
Dan Choi
committed
add durations to pytest
1 parent ddec477 commit 1ac3a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ phases:
3131
# run integration tests
3232
- |
3333
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
34-
IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2
34+
IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2 --durations=0
3535
else
3636
echo "skipping integration tests"
3737
fi

0 commit comments

Comments
 (0)