Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6d256f

Browse files
committed
Make sure we run the tests with an older version of Sphinx (1.3 in this case)
1 parent 8c140bc commit e6d256f

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
@@ -20,7 +20,7 @@ addons:
2020
env:
2121
matrix:
2222
- PYTHON_VERSION=2.7
23-
- PYTHON_VERSION=3.4
23+
- PYTHON_VERSION=3.4 SPHINX_VERSION=1.3
2424
- PYTHON_VERSION=3.5
2525
global:
2626
- CONDA_DEPENDENCIES="setuptools pytest sphinx cython pytest-cov"

0 commit comments

Comments
 (0)