20d234bc37
* Replace .testr.conf by .stestr.conf for migration and update .gitignore and test-requirements.txt file accordingly * Use py3 as the default runtime for tox and 3.18.0 as the minversion for tox, replace whitelist_externals by allowlist_externals Change-Id: I7747c4ce8d95ce94e0750a3f964f0264fe491fce
23 lines
196 B
Plaintext
23 lines
196 B
Plaintext
.coverage
|
|
.venv
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
AUTHORS
|
|
build
|
|
dist
|
|
ChangeLog
|
|
run_tests.err.log
|
|
.tox
|
|
doc/source/api
|
|
doc/build
|
|
*.egg
|
|
.eggs/*
|
|
adjutantclient/versioninfo
|
|
*.egg-info
|
|
*.log
|
|
.pypirc
|
|
env/
|
|
*~
|
|
.stestr/
|