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: 2d14f23016d5509c5ebbe52dc78b9f0326377097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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