mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +00:00
Fix flake8 tests using mock to work with 1.1.x branch
This commit is contained in:
parent
b827629b7a
commit
b0f30f97fb
2 changed files with 6 additions and 6 deletions
2
tox.ini
2
tox.ini
|
|
@ -6,7 +6,7 @@ envlist =
|
|||
[testenv]
|
||||
usedevelop = True
|
||||
deps =
|
||||
mock<1.1.0
|
||||
mock
|
||||
nose
|
||||
commands =
|
||||
python setup.py test -q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue