Files
sphinx_rtd_theme/.travis.yml
2019-03-07 09:46:56 -05:00

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