From 6afe3c73458497b022db22408ed45f09de5e3509 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 19 Oct 2012 21:06:58 +0100 Subject: [PATCH] Update ignore and readme --- .gitignore | 3 +++ README.md | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f24cd99..5966d39 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ pip-log.txt #Mr Developer .mr.developer.cfg + +#Virtualenv +.env diff --git a/README.md b/README.md index 8ba4243..5ea7d14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ django-ett ========== -Django webapp implementation of the "Emergent Task Timer" \ No newline at end of file +Django webapp implementation of the "Emergent Task Timer" + +Testing +------- + +This project makes use of the standard Django testing framework, along with django-jenkins to allow for easy integration into Jenkins/Hudson.