mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
8 lines
103 B
YAML
8 lines
103 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
script: make test
|
|
install:
|
|
- python setup.py -q install
|