13 lines
160 B
INI
13 lines
160 B
INI
[tox]
|
|
envlist = py27,py34
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
pylint
|
|
mock
|
|
vcrpy
|
|
commands =
|
|
pylint --rcfile .pylintrc rtv/ -E
|
|
py.test -v {posargs}
|