2828 }
2929 in :
3030 # map tox command -> docker image
31- $map : [['py36', 'python:3.6', {NO_TESTS_OVER_WIRE: '1'}, []],
31+ $map : [
3232 ['py37', 'python:3.7', {
3333 NO_TESTS_OVER_WIRE : ' 1' ,
3434 TRAVIS_JOB_ID : ' ${as_slugid("py37")}' ,
@@ -37,12 +37,16 @@ tasks:
3737 # Disabled due to legitimate failures.
3838 # See https://github.com/mozilla-releng/scriptworker/issues/415
3939 ['py38', 'python:3.8', {NO_TESTS_OVER_WIRE : ' 1' }, []],
40+ ['py39', 'python:3.9', {NO_TESTS_OVER_WIRE : ' 1' }, []],
4041 ['py37-cot', 'python:3.7', {
4142 NO_CREDENTIALS_TESTS : ' 1'
4243 }, ['secrets:get:repo:github.com/mozilla-releng/scriptworker:github']],
4344 ['py38-cot', 'python:3.8', {
4445 NO_CREDENTIALS_TESTS : ' 1' ,
4546 }, ['secrets:get:repo:github.com/mozilla-releng/scriptworker:github']],
47+ ['py39-cot', 'python:3.9', {
48+ NO_CREDENTIALS_TESTS : ' 1' ,
49+ }, ['secrets:get:repo:github.com/mozilla-releng/scriptworker:github']],
4650 ['lint', 'python:3.7', {}, []],
4751 ['mypy', 'python:3.7', {}, []]]
4852 each(py) :
0 commit comments