canaille-globuzma/setup.cfg

12 lines
218 B
INI
Raw Normal View History

2020-08-18 15:39:34 +00:00
[tox:tox]
envlist =
py36
py37
py38
skipsdist=True
[testenv]
install_command = pip install {packages}
2020-08-19 07:09:22 +00:00
commands = {envbindir}/pytest --showlocals --full-trace {posargs}
2020-08-18 15:39:34 +00:00
deps = --requirement requirements.txt