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