diff options
author | Kian Cross <kian@kiancross.co.uk> | 2020-07-13 15:36:12 +0100 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-13 22:52:57 +0800 |
commit | 9b68361c8b81b23be477b485e2738844e0832b2f (patch) | |
tree | a8900a4461d0ae64d94a8a45ba81a2c5471a4ec2 | |
parent | 176838a364fa36613cd57488c352f56352be3139 (diff) | |
download | gitpython-9b68361c8b81b23be477b485e2738844e0832b2f.tar.gz |
Added nose to test-requirements
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index a85eb683..abda95cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,3 +3,4 @@ coverage flake8 tox virtualenv +nose |