Some cleanups to tox.ini

* Don't usedevelop
* short tracebacks on pytest
* only pep8 in wsgi_intercept
This commit is contained in:
Chris Dent
2016-09-23 00:30:22 +01:00
parent 4f9294ca2a
commit d197a65ca6

View File

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