Skip to content

Commit fd4345d

Browse files
authored
Add testing as an alias to 7.0
1 parent 1c0a502 commit fd4345d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/settings/base.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def USE_PROMOS(self): # noqa
424424
},
425425
},
426426
},
427-
'readthedocs/build:testing': {
427+
'readthedocs/build:7.0': {
428428
'python': {
429429
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 'pypy3.5'],
430430
'default_version': {
@@ -439,6 +439,7 @@ def USE_PROMOS(self): # noqa
439439
DOCKER_IMAGE_SETTINGS.update({
440440
'readthedocs/build:stable': DOCKER_IMAGE_SETTINGS.get('readthedocs/build:5.0'),
441441
'readthedocs/build:latest': DOCKER_IMAGE_SETTINGS.get('readthedocs/build:6.0'),
442+
'readthedocs/build:testing': DOCKER_IMAGE_SETTINGS.get('readthedocs/build:7.0'),
442443
})
443444

444445
# All auth

0 commit comments

Comments
 (0)