Files
tuir/tox.ini
2015-12-05 01:51:05 -08:00

14 lines
276 B
INI

[tox]
envlist = py27,py34
[testenv]
deps =
pytest
pylint
mock
# Waiting for vcrpy to release https://github.com/kevin1024/vcrpy/pull/196
git+https://github.com/kevin1024/vcrpy.git
commands =
pylint --rcfile .pylintrc rtv/ -E
py.test -v {posargs}