From e0b10d965d6377c409ceb40eb47379d79c3fef9f Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sun, 12 Jul 2020 15:05:33 +0200 Subject: 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') 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 -- cgit v1.2.3