Add du13 target to tox.ini

This commit is contained in:
Takeshi KOMIYA
2016-12-25 12:22:54 +09:00
parent 4cc3c154fe
commit a5b15195e2

View File

@@ -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