Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34de86c025284aa644742dc996012aeda8ee863a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - 2.7
  - 3.6
  - 3.7
install:
  - pip install tox-travis
  - pip install sphinx
script:
  - tox

branches:
  only:
  - master