summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-12 15:05:33 +0200
committerKonrad Weihmann <kweihmann@outlook.com>2020-07-12 15:41:51 +0200
commite0b10d965d6377c409ceb40eb47379d79c3fef9f (patch)
tree0f5cd65c1db04255862b8c19f4bf73cab435c4f0 /test-requirements.txt
parent961539ced52c82519767a4c9e5852dbeccfc974e (diff)
downloadgitpython-e0b10d965d6377c409ceb40eb47379d79c3fef9f.tar.gz
test: add installation test
which installs the current codebase in a venv and runs 'import git' to test if codebase can be installed properly. This adds virtualenv to the test requirements Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 574c21f0..a85eb683 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,3 +2,4 @@ ddt>=1.1.1
coverage
flake8
tox
+virtualenv