From 6ec75569d1cd1039beb327a6359b121aac11b769 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 4 Aug 2013 14:15:46 +0900 Subject: Add a Makefile to install dependencies and run unit tests The Makefile installs all necessary dependencies in a virtual environment, and then runs the unit tests. Change-Id: I16c6b68f4c47fab936eb44438c61b7d0bf24b328 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1aebb75..26b5985 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/ dist/ pygerrit.egg-info/ +pygerritenv/ -- cgit v1.2.1