File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 11language : python
2+ # necessary for python 3.7, see https://github.com/travis-ci/travis-ci/issues/9815
3+ dist : xenial
4+ sudo : yes
25python :
36 - " 2.7"
47 - " 3.5"
58 - " 3.6"
9+ - " 3.7"
610env :
7- - SPHINX_VERSION=1.3.6
8- - SPHINX_VERSION=1.4.6
9- - SPHINX_VERSION=1.5.6
10- - SPHINX_VERSION=1.6.3
11- - SPHINX_VERSION=1.7.9
12- - SPHINX_VERSION=1.8.0
11+ - SPHINX_VERSION=1.3.*
12+ - SPHINX_VERSION=1.4.*
13+ - SPHINX_VERSION=1.5.*
14+ - SPHINX_VERSION=1.6.*
15+ - SPHINX_VERSION=1.7.*
16+ - SPHINX_VERSION=1.8.*
17+ - SPHINX_VERSION=2.0.*
1318 - SPHINX_VERSION=""
19+ matrix :
20+ exclude :
21+ - python : " 2.7"
22+ env : SPHINX_VERSION=2.0.*
23+ - python : " 3.7"
24+ env : SPHINX_VERSION=1.3.*
25+ - python : " 3.7"
26+ env : SPHINX_VERSION=1.4.*
27+ - python : " 3.7"
28+ env : SPHINX_VERSION=1.5.*
29+ - python : " 3.7"
30+ env : SPHINX_VERSION=1.6.*
31+
32+
1433install :
1534 - pip install coveralls
1635 # install sphinx
You can’t perform that action at this time.
0 commit comments