Skip to content

Commit 0ebfefe

Browse files
committed
CI: bump minimum Sphinx version tested from 1.2.3 to 1.5.6
1.5.6 is now 2 years old, should be enough. sphinx.util.logging is not present in 1.2.3, was introduced in 1.4.0; 1.4.x still doesn't have getLogger() so trying 1.5.x
1 parent ebb6c9b commit 0ebfefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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.5.6" SPHINXOPTS=""
1010
- python: 3.7
1111
- python: 2.7
1212
cache:

0 commit comments

Comments
 (0)