mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add du13 target to tox.ini
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist=flake8,py27,py34,py35,py36,pypy,du12,du11
|
||||
envlist=flake8,py27,py34,py35,py36,pypy,du13,du12,du11
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
@@ -33,6 +33,11 @@ deps=
|
||||
docutils==0.12
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:du13]
|
||||
deps=
|
||||
docutils==0.13.1
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:flake8]
|
||||
deps=flake8
|
||||
commands=flake8
|
||||
|
||||
Reference in New Issue
Block a user