mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
12 lines
304 B
YAML
12 lines
304 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: sphinxdoc/docker-ci
|
|
working_directory: /sphinx
|
|
steps:
|
|
- checkout
|
|
- run: /python3.5/bin/pip install -U pip setuptools
|
|
- run: /python3.5/bin/pip install -U .[test,websupport]
|
|
- run: make test PYTHON=/python3.5/bin/python
|