mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
9 lines
117 B
INI
9 lines
117 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,py34,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
mock
|
|
pytest
|
|
commands =
|
|
py.test {posargs}
|