mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
12 lines
107 B
INI
12 lines
107 B
INI
[tox]
|
|
envlist = py33, py34, py35
|
|
|
|
[base]
|
|
deps =
|
|
flake8
|
|
pytest
|
|
|
|
[testenv]
|
|
commands =
|
|
flake8
|
|
py.test
|