Skip to content

Commit a29e8c3

Browse files
committed
CI: bump minimum Sphinx version tested from 1.2.3 to 1.6.5
1.6.5 is now 1.5 years old, should be enough. sphinx.util.logging is not present in 1.2.3, was introduced in 1.6.0;
1 parent ebb6c9b commit a29e8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sudo: false
66
matrix:
77
include:
88
- python: 3.7
9-
env: SPHINX_SPEC="==1.2.3" SPHINXOPTS=""
9+
env: SPHINX_SPEC="==1.6.5" SPHINXOPTS=""
1010
- python: 3.7
1111
- python: 2.7
1212
cache:

0 commit comments

Comments
 (0)