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.