blob: 13811fc1bae0404830ffa98016cfb6e3af94adda [file] [log] [blame]
[tox]
envlist = py27
[testenv]
deps=pytest
pytest-cov
mock
commands=py.test --cov={envsitepackagesdir}/marvin_sample_engine --cov-report html --cov-report xml {posargs}