0b7c438455
Recent tox releases have put us on a config treadmill. Avoid these issues entirely by using nox. Nox is a tox alternative that uses standard tools like pip and should be simpler to use for us. Change-Id: I24277512cf542bac7a8852d50009c6f08db7fa37
22 lines
177 B
Plaintext
22 lines
177 B
Plaintext
# Packages
|
|
*.egg-info
|
|
.eggs/*
|
|
|
|
.tox
|
|
.nox
|
|
.stestr
|
|
build/*
|
|
*.pyc
|
|
gerritlib/versioninfo
|
|
|
|
doc/build/*
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
/.testrepository
|