006a529286
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I7daa364d2016e1b7951e6240b3254287361f9d0f
17 lines
109 B
Plaintext
Executable File
17 lines
109 B
Plaintext
Executable File
# build
|
|
.venv
|
|
*.egg*
|
|
*.swp
|
|
*.swo
|
|
*.pyc
|
|
.stestr/
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
/.project
|
|
|
|
# Testenvironment
|
|
.tox/
|