Skip to content

Commit ab289a9

Browse files
committed
Added tests for python 3.7 and sphinx 2.0
1 parent c0a03fc commit ab289a9

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

.travis.yml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,35 @@
11
language: python
2+
# necessary for python 3.7, see https://github.com/travis-ci/travis-ci/issues/9815
3+
dist: xenial
4+
sudo: yes
25
python:
36
- "2.7"
47
- "3.5"
58
- "3.6"
9+
- "3.7"
610
env:
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+
1433
install:
1534
- pip install coveralls
1635
# install sphinx

0 commit comments

Comments
 (0)