mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +00:00
8 lines
98 B
INI
8 lines
98 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,py34,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
commands =
|
|
py.test
|