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 f5b2cef commit 4afcad6Copy full SHA for 4afcad6
buildspec-release.yml
@@ -16,10 +16,10 @@ phases:
16
17
# run local integ tests
18
#- $(aws ecr get-login --no-include-email --region us-west-2)
19
- #- IGNORE_COVERAGE=- tox -e py27,py36 -- test/integ/local
+ #- IGNORE_COVERAGE=- tox -e py38,py39,py310 -- test/integ/local
20
21
# run sagemaker integ tests
22
- #- IGNORE_COVERAGE=- tox -e py27,py36 -- test/integ/sagemaker
+ #- IGNORE_COVERAGE=- tox -e py38,py39,py310 -- test/integ/sagemaker
23
24
# generate the distribution package
25
- python3 setup.py sdist
0 commit comments