Files
Sascha Schirra a77db52800 version changed
2018-10-17 15:55:36 +02:00

9 lines
134 B
INI

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