tox: Get rid of pytest-cache.
This commit is contained in:
parent
ab0cd17772
commit
879725100f
3
tox.ini
3
tox.ini
@ -157,7 +157,6 @@ deps =
|
||||
py==1.4.31
|
||||
pyflakes==1.0.0
|
||||
pytest==2.8.5
|
||||
pytest-cache==1.0
|
||||
pytest-flakes==1.0.1
|
||||
commands =
|
||||
{envpython} -m py.test -q --flakes --ignore=tests --noconftest
|
||||
@ -172,7 +171,6 @@ deps =
|
||||
pep8==1.6.2
|
||||
py==1.4.31
|
||||
pytest==2.8.5
|
||||
pytest-cache==1.0
|
||||
pytest-pep8==1.0.6
|
||||
commands =
|
||||
{envpython} -m py.test -q --pep8 --ignore=tests --noconftest
|
||||
@ -188,7 +186,6 @@ deps =
|
||||
mccabe==0.3.1
|
||||
py==1.4.31
|
||||
pytest==2.8.5
|
||||
pytest-cache==1.0
|
||||
pytest-mccabe==0.1
|
||||
commands =
|
||||
{envpython} -m py.test -q --mccabe --ignore=tests --noconftest
|
||||
|
Loading…
Reference in New Issue
Block a user