We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddec477 commit 1ac3a8cCopy full SHA for 1ac3a8c
buildspec.yml
@@ -31,7 +31,7 @@ phases:
31
# run integration tests
32
- |
33
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
+ IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2 --durations=0
35
else
36
echo "skipping integration tests"
37
fi
0 commit comments