forked from Github-Mirrors/canaille
11 lines
205 B
INI
11 lines
205 B
INI
[tox:tox]
|
|
envlist =
|
|
py36
|
|
py37
|
|
py38
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
install_command = pip install {packages}
|
|
commands = {envbindir}/pytest --showlocals {posargs}
|
|
deps = --requirement requirements.txt
|