Remove spurious dependencies from tox.ini as pointed out by @The-Compiler

This commit is contained in:
Bruno Oliveira 2015-04-08 00:41:51 -03:00
parent 26dc275db3
commit abc2c2b087

View File

@ -33,9 +33,6 @@ deps =
{[testenv:unittests]deps} {[testenv:unittests]deps}
coverage==3.7.1 coverage==3.7.1
pytest-cov==1.8.1 pytest-cov==1.8.1
pytest-capturelog==0.7
pytest-qt==1.3.0
pytest-mock==0.4.2
cov-core==1.15.0 cov-core==1.15.0
commands = commands =
{[testenv:mkvenv]commands} {[testenv:mkvenv]commands}