Some cleanups to tox.ini
* Don't usedevelop * short tracebacks on pytest * only pep8 in wsgi_intercept
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -5,14 +5,13 @@ envlist = py27,py33,py34,py35,pypy,pep8,docs
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = .[testing]
|
deps = .[testing]
|
||||||
usedevelop = True
|
commands = py.test --tb=short wsgi_intercept/tests
|
||||||
commands = py.test wsgi_intercept/tests
|
|
||||||
passenv = WSGI_INTERCEPT_*
|
passenv = WSGI_INTERCEPT_*
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8 wsgi_intercept
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = .[docs,testing]
|
deps = .[docs,testing]
|
||||||
|
|||||||
Reference in New Issue
Block a user