mirror of
https://github.com/sashs/Ropper
synced 2026-06-08 17:20:46 +00:00
9 lines
134 B
INI
9 lines
134 B
INI
[tox]
|
|
envlist = py27,py37
|
|
|
|
[testenv]
|
|
commands=pip install {toxinidir}/filebytes/
|
|
pytest {toxinidir}/testcases/
|
|
deps=coverage
|
|
pytest
|