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

Skip to content

Commit 007d1c8

Browse files
committed
Pin sphinx to 1.7.2 to unbreak the doc build.
1 parent 41a81c0 commit 007d1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ env:
5858
- PYTEST='pytest>=3.4'
5959
- PYTEST_COV=pytest-cov
6060
- PYTEST_PEP8=
61-
- SPHINX=sphinx
61+
- SPHINX=sphinx==1.7.2
6262
# Variables controlling the test run.
6363
- DELETE_FONT_CACHE=
6464
- NO_AT_BRIDGE=1 # Necessary for GTK3 interactive test.
@@ -156,7 +156,7 @@ install:
156156
python -c 'import pgi as gi; gi.require_version("Gtk", "3.0"); from pgi.repository import Gtk' &&
157157
echo 'pgi is available' ||
158158
echo 'pgi is not available'
159-
python -mpip install pyqt5==5.9 &&
159+
python -mpip install pyqt5 &&
160160
python -c 'import PyQt5.QtCore' &&
161161
echo 'PyQt5 is available' ||
162162
echo 'PyQt5 is not available'

0 commit comments

Comments
 (0)