Skip to content

Commit

Permalink
Remove bugfix release from tests and add Sphinx 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Sep 6, 2019
1 parent e42129d commit 9c9d553
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[tox]
envlist =
docs
py27-sphinx{179,185}
py{36,37}-sphinx{179,185,201,210}
py27-sphinx{17,18}
py{36,37}-sphinx{17,18,20,21,22}

[testenv]
deps =
pytest
pdbpp
.
sphinx179: sphinx==1.7.9
sphinx185: sphinx==1.8.5
sphinx201: sphinx==2.0.1
sphinx210: sphinx==2.1.0
sphinx17: sphinx==1.7.9
sphinx18: sphinx==1.8.5
sphinx20: sphinx==2.0.1
sphinx21: sphinx==2.1.2
sphinx22: sphinx==2.2.0
commands = pytest {posargs}

[testenv:py37-sphinx210]
Expand Down

0 comments on commit 9c9d553

Please sign in to comment.