Skip to content

Commit a02c552

Browse files
committed
ci(CodeBuild): update CodeBuild to the latest minor releases of python
1 parent 7675bc2 commit a02c552

17 files changed

+38
-32
lines changed

codebuild/py35/awses_local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.5.9
24-
- pyenv local 3.5.9
23+
- pyenv install 3.5.10
24+
- pyenv local 3.5.10
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py35/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.5.9
22-
- pyenv local 3.5.9
21+
- pyenv install 3.5.10
22+
- pyenv local 3.5.10
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py35/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.5.9
22-
- pyenv local 3.5.9
21+
- pyenv install 3.5.10
22+
- pyenv local 3.5.10
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py36/awses_local.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pip install tox
24-
- cd test_vector_handlers
23+
- pyenv install 3.6.15
24+
- pyenv local 3.6.15
25+
- pip install tox tox-pyenv
2526
- tox
27+

codebuild/py36/examples.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pip install tox
21+
- pyenv install 3.6.15
22+
- pyenv local 3.6.15
23+
- pip install tox tox-pyenv
2224
- tox

codebuild/py36/integ.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pip install tox
21+
- pyenv install 3.6.15
22+
- pyenv local 3.6.15
23+
- pip install tox tox-pyenv
2224
- tox

codebuild/py37/awses_local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.7.9
24-
- pyenv local 3.7.9
23+
- pyenv install 3.7.12
24+
- pyenv local 3.7.12
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py37/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.7.9
22-
- pyenv local 3.7.9
21+
- pyenv install 3.7.12
22+
- pyenv local 3.7.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py37/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.7.9
22-
- pyenv local 3.7.9
21+
- pyenv install 3.7.12
22+
- pyenv local 3.7.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py38/awses_local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.8.6
24-
- pyenv local 3.8.6
23+
- pyenv install 3.8.12
24+
- pyenv local 3.8.12
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py38/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.8.6
22-
- pyenv local 3.8.6
21+
- pyenv install 3.8.12
22+
- pyenv local 3.8.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py38/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.8.6
22-
- pyenv local 3.8.6
21+
- pyenv install 3.8.12
22+
- pyenv local 3.8.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py39/awses_1.7.1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.9.0
24-
- pyenv local 3.9.0
23+
- pyenv install 3.9.7
24+
- pyenv local 3.9.7
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py39/awses_2.0.0.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.9.0
24-
- pyenv local 3.9.0
23+
- pyenv install 3.9.7
24+
- pyenv local 3.9.7
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py39/awses_latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.9.0
24-
- pyenv local 3.9.0
23+
- pyenv install 3.9.7
24+
- pyenv local 3.9.7
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py39/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.9.0
22-
- pyenv local 3.9.0
21+
- pyenv install 3.9.7
22+
- pyenv local 3.9.7
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py39/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.9.0
22-
- pyenv local 3.9.0
21+
- pyenv install 3.9.7
22+
- pyenv local 3.9.7
2323
- pip install tox tox-pyenv
2424
- tox

0 commit comments

Comments
 (0)