mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add .circleci/config.yml
This commit is contained in:
parent
1385e1ac1b
commit
b65b9e4ff5
9
.circleci/config.yml
Normal file
9
.circleci/config.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: sphinxdoc/docker-ci
|
||||
working_directory: /sphinx
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test PYTHON=/python3.4/bin/python
|
Loading…
Reference in New Issue
Block a user