From 99142719dbf24cbb5a7106fe28161f4aa2932f15 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 23 May 2014 20:43:56 -0400 Subject: [PATCH] Update travis ci config file to include document signature tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ffe6e5d2f..b10c5bb5e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: notifications: email: false script: - - coverage run --source=documents,lock_manager manage.py test documents lock_manager + - coverage run --source=documents,document_signatures,lock_manager manage.py test documents lock_manager document_signatures after_success: - coveralls branches: