summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-12-08 13:12:38 -0800
committerJames E. Blair <jim@acmegating.com>2022-12-20 08:57:53 -0800
commit6c8855ede4516f6d1299844fb1459706b3947261 (patch)
tree69d2f691207b2ec729e9745a218670bc45c9bb23 /.gitignore
parent07ab843dd3bc22f6982aa8048285bd6a901bb2c1 (diff)
downloadzuul-6c8855ede4516f6d1299844fb1459706b3947261.tar.gz
Add noxfile and switch to nox
Tox v4 behaves significantly differently than v3, and some of the more complex things we do with tox would need an overhaul to continue to use it. Meanwhile, nox is much simpler and more flexible, so let's try using it. This adds a noxfile which should be equivalent to our tox.ini file. We still need to update the docs build (which involves changes to base jobs) before we can completely remove tox. Depends-On: https://review.opendev.org/868134 Change-Id: Ibebb0988d2702d310e46c437e58917db3f091382
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c2f47953b..ee87c9d50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
.mypy_cache
.test
.testrepository
+.nox
.tox
.venv
.coverage