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]
|
||||
deps = .[testing]
|
||||
usedevelop = True
|
||||
commands = py.test wsgi_intercept/tests
|
||||
commands = py.test --tb=short wsgi_intercept/tests
|
||||
passenv = WSGI_INTERCEPT_*
|
||||
|
||||
[testenv:pep8]
|
||||
deps = flake8
|
||||
commands =
|
||||
flake8
|
||||
flake8 wsgi_intercept
|
||||
|
||||
[testenv:docs]
|
||||
deps = .[docs,testing]
|
||||
|
||||
Reference in New Issue
Block a user