summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2023-01-27 11:39:29 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2023-01-31 11:08:16 +0100
commitbf2ca3ad1211dc40c24d63b290f82ab039b15057 (patch)
tree2a5c1c0f61c5004d8f31129c3f4fd02fbceda631 /tox.ini
parent5d66844b2fa061b8f3645e0457542d1442534e9d (diff)
downloadironic-python-agent-bugfix/8.3.tar.gz
- Remove reno job, it does not make sense to run it on bugfix branches. - Cap tox to version lower than 4 as it is for all stable branches. - Run tests on focal for all except bionic with python 3.6 Change-Id: I290041b1b4a145bb9f06d62122da340794fbc076
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c47f960..719a24d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,9 @@
[tox]
minversion = 3.18.0
-skipsdist = True
envlist = py3,functional,pep8
ignore_basepython_conflict=true
+requires =
+ tox<4
[testenv]
usedevelop = True