mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
20 lines
224 B
YAML
20 lines
224 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
matrix:
|
|
include:
|
|
- python: 2.7
|
|
env: TOXENV=docs
|
|
install:
|
|
- pip install tox-travis
|
|
- pip install sphinx
|
|
script:
|
|
- tox
|
|
|
|
branches:
|
|
only:
|
|
- master
|