mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +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
|