mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
10 lines
184 B
YAML
10 lines
184 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: sphinxdoc/docker-ci
|
|
working_directory: /sphinx
|
|
steps:
|
|
- checkout
|
|
- run: make test PYTHON=/python3.4/bin/python
|