mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
16 lines
225 B
YAML
16 lines
225 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "pypy"
|
|
env:
|
|
- DOCUTILS=0.11
|
|
- DOCUTILS=0.12
|
|
install:
|
|
- pip install docutils==$DOCUTILS
|
|
- pip install -r test-reqs.txt
|
|
script: make test
|