mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
Require mock 2.0.0, because unit tests are failing on older one
This commit is contained in:
parent
a981fe34ed
commit
8a3869e965
2 changed files with 2 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs
|
|||
|
||||
[testenv]
|
||||
deps =
|
||||
mock
|
||||
mock>=2.0.0
|
||||
pytest
|
||||
coverage
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue