diff --git a/.gitignore b/.gitignore index 3594b47..65e0127 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ heat_cfntools.egg-info/ .testrepository/ subunit.log .tox +AUTHORS +ChangeLog diff --git a/test-requirements.txt b/test-requirements.txt index 311676d..4dd4210 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,5 +5,6 @@ flake8==2.0 hacking>=0.5.3,<0.6 mox==0.5.3 +discover testrepository>=0.0.13 testtools>=0.9.29