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 7529a22 commit a290534Copy full SHA for a290534
buildspec.yml
@@ -21,7 +21,7 @@ phases:
21
22
# run notebook test
23
- |
24
- if has-matching-changes "src/*.py" "setup.py" "setup.cfg"; then
+ if has-matching-changes "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
25
echo "running notebook test"
26
./tests/scripts/run-notebook-test.sh
27
else
@@ -30,7 +30,7 @@ phases:
30
31
# run integration tests
32
33
- if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg"; then
+ if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
34
IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2
35
36
echo "skipping integration tests"
0 commit comments