We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3ee6d commit 7a45955Copy full SHA for 7a45955
buildspec.yml
@@ -34,7 +34,7 @@ phases:
34
- |
35
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
36
python3 -u ci-scripts/queue_build.py
37
- IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2
+ IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 3
38
else
39
echo "skipping integration tests"
40
fi
0 commit comments