Skip to content

Commit bd48385

Browse files
committed
infra: fix release buildspec typo
1 parent 5edee07 commit bd48385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ phases:
1818
tox -e py36,py37,py38 -- tests/unit
1919

2020
# run a subset of the integration tests
21-
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m not (local_mode or slow_test) -n 32 --boxed --reruns 2
21+
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m "not (local_mode or slow_test)" -n 32 --boxed --reruns 2

0 commit comments

Comments
 (0)