Switch to stestr

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: I8f70f7d8a3d18301559c0eb47e6a64c8b5100d39
This commit is contained in:
Vu Cong Tuan
2018-07-04 13:15:00 +07:00
parent 0c4231e422
commit dc3531fa10
6 changed files with 21 additions and 26 deletions

2
.gitignore vendored
View File

@@ -23,9 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage*
.tox
nosetests.xml
.stestr/
.testrepository
.venv
.idea