6c8855ede4
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
29 lines
261 B
Plaintext
29 lines
261 B
Plaintext
*.sw?
|
|
*.egg
|
|
*.egg-info
|
|
*.pyc
|
|
*.retry
|
|
.idea
|
|
.mypy_cache
|
|
.test
|
|
.testrepository
|
|
.nox
|
|
.tox
|
|
.venv
|
|
.coverage
|
|
.stestr
|
|
AUTHORS
|
|
build/*
|
|
ChangeLog
|
|
doc/build/*
|
|
zuul/versioninfo
|
|
dist/
|
|
cover/
|
|
htmlcov/
|
|
web/build
|
|
zuul/web/static/*
|
|
!.keep
|
|
node_modules
|
|
yarn-error.log
|
|
tools/ca/
|