sphinx-rtd-theme/.travis.yml

19 lines
201 B
YAML
Raw Normal View History

2022-11-08 10:19:46 +08:00
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
matrix:
include:
- python: 2.7
env: TOXENV=docs
install:
- pip install tox-travis
script:
- tox
branches:
only:
- master