mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +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
|
python setup.py flake8
|
||||||
nosetests flake8.tests._test_warnings
|
nosetests flake8.tests._test_warnings
|
||||||
|
|
||||||
|
[testenv:py26]
|
||||||
|
deps =
|
||||||
|
mock==1.0.1
|
||||||
|
nose
|
||||||
|
|
||||||
[testenv:py27-flake8]
|
[testenv:py27-flake8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue