Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 007d1c8

Browse filesBrowse files
committed
Pin sphinx to 1.7.2 to unbreak the doc build.
1 parent 41a81c0 commit 007d1c8
Copy full SHA for 007d1c8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.