Skip to content

Commit d031563

Browse files
committed
Add support for a testing Docker image
1 parent 3cbbb7c commit d031563

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readthedocs/settings/base.py

+9
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,15 @@ def USE_PROMOS(self): # noqa
422422
},
423423
},
424424
},
425+
'readthedocs/build:testing': {
426+
'python': {
427+
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 'pypy3.5'],
428+
'default_version': {
429+
2: 2.7,
430+
3: 3.7,
431+
},
432+
},
433+
},
425434
}
426435

427436
# Alias tagged via ``docker tag`` on the build servers

0 commit comments

Comments
 (0)