Skip to content

Commit dcd3569

Browse files
authored
Update buildspec.yml
1 parent d4238e9 commit dcd3569

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
@@ -34,7 +34,7 @@ phases:
3434
# run integration tests
3535
- |
3636
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
37-
IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 2
37+
IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 3
3838
else
3939
echo "skipping integration tests"
4040
fi

0 commit comments

Comments
 (0)