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 46325ee commit 779633aCopy full SHA for 779633a
buildspec-release.yml
@@ -12,7 +12,7 @@ phases:
12
# run unit tests
13
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=
14
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION=
15
- tox -e py27,py36,p37 --parallel all -- test/unit
+ tox -e py27,py36,py37 --parallel all -- test/unit
16
17
# run local integ tests
18
#- $(aws ecr get-login --no-include-email --region us-west-2)
0 commit comments