Anand Bhat ac430256ea Migrate from testr to stestr
* Replace .testr.conf by .stestr.conf for migration and update
  .gitignore accordingly
* Use py3 as the default runtime for tox and 3.18.0 as the
  minversion for tox

Change-Id: I5c389527c1e11ab9e1f5f5797cb1bd1e58bd8753
2021-07-14 15:48:54 +05:30

57 lines
486 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.stestr/
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
.DS_Store