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 a1976cb commit d4238e9Copy full SHA for d4238e9
buildspec.yml
@@ -34,7 +34,7 @@ phases:
34
# run integration tests
35
- |
36
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 --boxed --reruns 2
+ IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --reruns 2
38
else
39
echo "skipping integration tests"
40
fi
0 commit comments