Files
tuir/tox.ini
Michael Lazar 4413c2b4f7 Upping version.
2016-08-02 22:37:59 -07:00

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}