tox: Remove unittests-watch env.

This commit is contained in:
Florian Bruhin 2015-09-15 13:19:22 +02:00
parent 8e925cc5a2
commit f1ce6d0ed6

11
tox.ini
View File

@ -46,17 +46,6 @@ commands = {envpython} scripts/link_pyqt.py --tox {envdir}
envdir = {toxinidir}/.venv
usedevelop = true
[testenv:unittests-watch]
basepython = python3
passenv = {[testenv]passenv}
deps =
{[testenv]deps}
pytest-testmon==0.6
pytest-watch==3.2.0
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envdir}/bin/ptw -- --testmon --strict -rfEsw {posargs:tests}
[testenv:unittests-frozen]
basepython = python3
passenv = {[testenv]passenv}