mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
8 lines
102 B
INI
8 lines
102 B
INI
[tox]
|
|
envlist =
|
|
py26,py27,py32,py33,py34
|
|
|
|
[testenv]
|
|
deps =
|
|
commands =
|
|
python setup.py test -q
|