mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Pin mock for py26
This commit is contained in:
parent
b0f30f97fb
commit
a4a4a48667
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
|
@ -13,6 +13,11 @@ commands =
|
|||
python setup.py flake8
|
||||
nosetests flake8.tests._test_warnings
|
||||
|
||||
[testenv:py26]
|
||||
deps =
|
||||
mock==1.0.1
|
||||
nose
|
||||
|
||||
[testenv:py27-flake8]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue