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