summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-09 14:00:08 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-30 09:08:15 +0700
commit1fd406d53369160d629a549f4b567518821fa71e (patch)
treecb74c8ace5fbffd45aa3e1edee96b03317c6a806 /.gitignore
parent3adf5fe392102c088b72c4dac6f10eaf1f0e7983 (diff)
downloadpython-troveclient-1fd406d53369160d629a549f4b567518821fa71e.tar.gz
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: I9bfb80f2556ca7c801dde69d1685751169e25307
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9f6cf16..7c36a5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*.pyc
-.testrepository
+.stestr/
.tox/*
dist/*
build/*