File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 0.2
2
2
phases :
3
3
install :
4
4
commands :
5
- - pip install tox
5
+ - pip install " tox < 4.0"
6
6
build :
7
7
commands :
8
8
- cd decrypt_oracle
Original file line number Diff line number Diff line change 23
23
24
24
APPLICATION_NAME = "AwsEncryptionSdkDecryptOraclePython"
25
25
PIPELINE_STACK_NAME = "{}DeployPipeline" .format (APPLICATION_NAME )
26
- CODEBUILD_IMAGE = "aws/codebuild/python:3.6.5 "
26
+ CODEBUILD_IMAGE = "aws/codebuild/standard:5.0 "
27
27
BUILDSPEC = "decrypt_oracle/.chalice/buildspec.yaml"
28
28
GITHUB_REPO = "aws-encryption-sdk-python"
29
29
WAITER_CONFIG = dict (Delay = 10 )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ envlist =
35
35
36
36
37
37
[testenv:generate-pipeline]
38
- basepython = python3.9
38
+ basepython = python3
39
39
skip_install = true
40
40
deps =
41
41
troposphere[policy]
@@ -44,7 +44,7 @@ commands = python .chalice/pipeline.py {posargs}
44
44
45
45
46
46
[testenv:chalice-prep]
47
- basepython = python3.9
47
+ basepython = python3
48
48
skip_install = true
49
49
recreate = true
50
50
deps = {[testenv:build]deps}
@@ -59,7 +59,7 @@ commands =
59
59
python {toxinidir}/.chalice/build-requirements.py
60
60
61
61
[testenv:chalice]
62
- basepython = python3.9
62
+ basepython = python3
63
63
recreate = true
64
64
deps =
65
65
{[testenv:chalice-prep]deps}
@@ -69,7 +69,7 @@ commands =
69
69
chalice {posargs}
70
70
71
71
[testenv:chalice-deploy]
72
- basepython = python3.9
72
+ basepython = python3
73
73
recreate = true
74
74
deps =
75
75
{[testenv:chalice]deps}
You can’t perform that action at this time.
0 commit comments