Begone py.test.

This commit is contained in:
Julian Berman 2015-03-15 11:52:45 -04:00
parent 9b051e3124
commit e5664b639f
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
1 changed files with 3 additions and 7 deletions

10
tox.ini
View File

@ -5,11 +5,11 @@ envlist = py{26,27,34,py,py3}, docs, style
[testenv]
changedir = {envtmpdir}
commands =
py.test [] {toxinidir}/jsonschema
green [] {toxinidir}/jsonschema
{envpython} -m doctest {toxinidir}/README.rst
py{26,27,34}: sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
deps =
pytest
green
-e{toxinidir}[format]
@ -23,7 +23,7 @@ deps =
[testenv:coverage]
commands =
coverage run --branch --source {toxinidir}/jsonschema [] {envbindir}/py.test {toxinidir}/jsonschema
coverage run --branch --source {toxinidir}/jsonschema [] {envbindir}/green {toxinidir}/jsonschema
coverage report --show-missing
coverage html
deps =
@ -47,7 +47,3 @@ commands =
[flake8]
ignore = E203,E302,E303,E701,F811
[pytest]
addopts = -r s -s