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 29c7f2e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
[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]
[testenv:py37-sphinx21]
deps =
{[testenv]deps}
pytest-cov
Expand Down

0 comments on commit 29c7f2e

Please sign in to comment.