mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +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]
|
||||
deps =
|
||||
mock
|
||||
pytest
|
||||
commands =
|
||||
py.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue