Ropper/tox.ini

9 lines
134 B
INI

[tox]
envlist = py27,py37
[testenv]
commands=pip install {toxinidir}/filebytes/
pytest {toxinidir}/testcases/
deps=coverage
pytest