mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-27 20:40:18 -07:00
16 lines
268 B
INI
16 lines
268 B
INI
[tox]
|
|
envlist = py34,py35,py36,py37
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
setenv =
|
|
PYTHON_EGG_CACHE = {toxworkdir}/egg-cache
|
|
PYTHONHASHSEED = 0
|
|
deps =
|
|
flit
|
|
commands =
|
|
flit install
|
|
coverage run python -m unittest -s tests
|
|
coverage report
|
|
py37: flake8
|