We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9546e4f commit d0abd59Copy full SHA for d0abd59
.travis.yml
@@ -1,22 +1,15 @@
1
language: python
2
python:
3
- # We don't actually use the Travis Python, but this keeps it organized.
4
- "2.7"
5
- - "3.4"
6
- "3.5"
+ - "3.6"
7
env:
8
- - SPHINX_VERSION=1.3.1
9
- - SPHINX_VERSION=1.3.2
10
- - SPHINX_VERSION=1.3.3
11
- - SPHINX_VERSION=1.3.4
12
- - SPHINX_VERSION=1.3.5
13
- SPHINX_VERSION=1.3.6
14
- - SPHINX_VERSION=1.4.1
15
- - SPHINX_VERSION=1.4.2
16
- - SPHINX_VERSION=1.4.3
17
- - SPHINX_VERSION=1.4.4
18
- - SPHINX_VERSION=1.4.5
19
- SPHINX_VERSION=1.4.6
+ - SPHINX_VERSION=1.5.6
+ - SPHINX_VERSION=1.6.1
+ - SPHINX_VERSION=1.6.2
+ - SPHINX_VERSION=1.6.3
20
install:
21
- pip install coveralls
22
- pip install sphinx==${SPHINX_VERSION}
0 commit comments