Sign in
chromium
/
external
/
github.com
/
docker
/
docker-py
/
refs/heads/main
/
.
/
tox.ini
blob: 19689b9645466d510c556dd52ae7c33eac2d7460 [
file
] [
log
] [
blame
] [
edit
]
[
tox
]
envlist
=
py
{
37
,
38
,
39
,
310
,
311
,
312
},
ruff
skipsdist
=
True
[
testenv
]
usedevelop
=
True
commands
=
py
.
test
-
v
--
cov
=
docker
{
posargs
:
tests
/
unit
}
extras
=
dev
[
testenv
:
ruff
]
commands
=
ruff docker tests setup
.
py
extras
=
dev