Skip to content

Commit be3088d

Browse files
committed
Revert buildspec-release change
1 parent 65c3097 commit be3088d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ phases:
1616

1717
# run local integ tests
1818
#- $(aws ecr get-login --no-include-email --region us-west-2)
19-
#- IGNORE_COVERAGE=- tox -e py36 -- test/integ/local
19+
#- IGNORE_COVERAGE=- tox -e py27,py36 -- test/integ/local
2020

2121
# run sagemaker integ tests
22-
#- IGNORE_COVERAGE=- tox -e py36 -- test/integ/sagemaker
22+
#- IGNORE_COVERAGE=- tox -e py27,py36 -- test/integ/sagemaker
2323

2424
# generate the distribution package
2525
- python3 setup.py sdist

0 commit comments

Comments
 (0)