mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Add tox.ini
This commit is contained in:
parent
a6027498a0
commit
04401f8080
1 changed files with 8 additions and 0 deletions
8
tox.ini
Normal file
8
tox.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[tox]
|
||||||
|
envlist =
|
||||||
|
py26,py27,py32,py33,py34
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
deps =
|
||||||
|
commands =
|
||||||
|
python setup.py test -q
|
||||||
Loading…
Add table
Add a link
Reference in a new issue