Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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