Skip to content

Commit

Permalink
setup.cfg: allow running with modern tox versions
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent bd7af11 commit 3731bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ upload-dir = doc/build/html

[tox:tox]
minversion = 1.6
envlist = lint,check,coverage
envlist = lint,check,coverage,format,integration,intregration-in-lxd,migration,unit
skipsdist = True

[testenv]
[testenv:unit]
usedevelop = True
setenv =
PYLXD_WARNINGS=none
Expand Down

0 comments on commit 3731bdc

Please sign in to comment.