27c426a76f
* Replace .testr.conf by .stestr.conf for migration and update .gitignore, test-requirements.txt and lower-constraints.txt files accordingly * Use py3 as the default runtime for tox and 3.18.0 as the minversion for tox * Add a new job, openstack-cover-jobs, to run the coverage in Zuul Change-Id: If6fa3f2f861d5eb6787743edcc6333e5aacef7d0
17 lines
105 B
Plaintext
17 lines
105 B
Plaintext
*.py[co]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
|
|
.tox
|
|
.venv
|
|
.idea
|
|
|
|
AUTHORS
|
|
ChangeLog
|
|
.stestr/
|
|
cover/
|
|
.coverage
|