Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit d07dedd

Browse files
committed
Remove sphinx 1.3 and 1.4 support
1 parent 3540adf commit d07dedd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,35,36}-sphinx{13,14,15,16,17,18}
3+
py{27,35,36}-sphinx{15,16,17,18}
44
lint
55

66
[testenv]
@@ -10,8 +10,6 @@ deps =
1010
.
1111
pytest
1212
mock
13-
sphinx13: Sphinx<1.4
14-
sphinx14: Sphinx<1.5
1513
sphinx15: Sphinx<1.6
1614
sphinx16: Sphinx<1.7
1715
sphinx17: Sphinx<1.8

0 commit comments

Comments
 (0)