12 lines
100 B
INI
12 lines
100 B
INI
[tox]
|
|
envlist = py33, py34, py35
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
pytest
|
|
|
|
commands =
|
|
flake8
|
|
py.test
|