mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Merge branch 'master' of github.com/onovy/flake8
This commit is contained in:
commit
f8fbc11fad
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) # noqa
|
||||||
import flake8
|
import flake8
|
||||||
|
|
||||||
|
|
||||||
tests_require = ['mock', 'pytest']
|
tests_require = ['mock >= 2.0.0', 'pytest']
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0",
|
"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0",
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock>=2.0.0
|
||||||
pytest
|
pytest
|
||||||
coverage
|
coverage
|
||||||
commands =
|
commands =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue