mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +00:00
Add mock to list of test dependencies
This commit is contained in:
parent
19e5ea767d
commit
3a8f99b458
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -3,6 +3,7 @@ envlist = py26,py27,py32,py33,py34,py35
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
mock
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
py.test
|
py.test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue