From 6b95dd594cb479565bc26a4b49cab7c8c09c7f88 Mon Sep 17 00:00:00 2001 From: Marcio Vinicius dos Santos Date: Fri, 31 May 2019 11:59:33 -0700 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index af7e071a4d..a06b98b10d 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -19,19 +19,19 @@ phases: AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION= tox -e py36,py27 -- tests/unit - # run notebook test - - | - if has-matching-changes "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then - echo "running notebook test" - ./tests/scripts/run-notebook-test.sh - else - echo "skipping notebook test" - fi +# # run notebook test +# - | +# if has-matching-changes "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then +# echo "running notebook test" +# ./tests/scripts/run-notebook-test.sh +# else +# echo "skipping notebook test" +# fi - # run integration tests - - | - if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then - IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2 - else - echo "skipping integration tests" - fi +# # run integration tests +# - | +# if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then +# IGNORE_COVERAGE=- tox -e py36,py27 -- tests/integ -n 24 --boxed --reruns 2 +# else +# echo "skipping integration tests" +# fi