Files
sphinx/.circleci/config.yml

12 lines
304 B
YAML
Raw Normal View History

2017-05-10 00:42:06 +09:00
version: 2
jobs:
build:
docker:
- image: sphinxdoc/docker-ci
working_directory: /sphinx
steps:
- checkout
2019-03-09 17:57:20 +09:00
- run: /python3.6/bin/pip install -U pip setuptools
- run: /python3.6/bin/pip install -U .[test,websupport]
- run: make test PYTHON=/python3.6/bin/python