mirror of
https://github.com/buildbot/buildbot.git
synced 2021-05-20 10:47:20 +03:00
10 lines
129 B
YAML
10 lines
129 B
YAML
version: 2
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.6
|
|
install:
|
|
- requirements: requirements-readthedocs.txt
|