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 74c103a commit e5dde7dCopy full SHA for e5dde7d
buildspec.yml
@@ -20,5 +20,5 @@ phases:
20
tox -e py27,py36 -- tests/unit
21
22
# run integration tests
23
- # TODO add missing 'do we need integ tests' check
24
- - IGNORE_COVERAGE=- tox -e py27,py36 -- -n 24 --boxed tests/integ
+ - if-matching-changes "test/" "tests/" "src/*.py" "docker/*/Dockerfile" &&
+ IGNORE_COVERAGE=- tox -e py27,py36 -- -n 24 --boxed tests/integ
0 commit comments