forked from Github-Mirrors/canaille
12 lines
205 B
INI
12 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
|