mirror of https://github.com/tqdm/tqdm.git
setup.py check in tox
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
ec3d315d18
commit
2da04c5866
3
tox.ini
3
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue