We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b4b20 commit 5f24967Copy full SHA for 5f24967
.travis.yml
@@ -12,6 +12,7 @@ env:
12
- SPHINX=">=1.4,<1.5"
13
- SPHINX=">=1.5,<1.6"
14
- SPHINX=">=1.6,<1.7"
15
+ - SPHINX=">=1.7,<1.8"
16
install:
17
# For some reason Travis' build envs have wildly different pip/setuptools
18
# versions between minor Python versions, and this can cause many hilarious
dev-requirements.txt
@@ -1,8 +1,8 @@
1
-sphinx>=1.3,<1.7
+sphinx>=1.3,<1.8
2
invoke>=1.0.0
3
invocations>=1.2.0
4
semantic_version>=2.4,<2.5
5
wheel==0.24
6
twine==1.11.0
7
-releases>=1.2.0,<2.0
+releases>=1.5.1,<2.0
8
flake8==2.4.0
0 commit comments