setup.py check in tox

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-10-14 13:06:59 +02:00
parent ec3d315d18
commit 2da04c5866
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8
envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8, setup.py
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@ -25,5 +25,6 @@ commands =
[testenv:setup.py]
deps =
docutils
pygments
commands =
python setup.py check --restructuredtext --metadata --strict