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 5edee07 commit 89141ddCopy full SHA for 89141dd
buildspec-release.yml
@@ -18,4 +18,4 @@ phases:
18
tox -e py36,py37,py38 -- tests/unit
19
20
# 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
+ - IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m "not (local_mode or slow_test)" -n 32 --boxed --reruns 2
0 commit comments