From 489f7778d11e0adfa0378ffb23aba411ee52f0e2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 23 May 2014 18:23:13 -0400 Subject: [PATCH] Add enable lock_manager tests to the travis CI config file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95cce91d74..1ffe6e5d2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: notifications: email: false script: - - coverage run --source=documents manage.py test documents + - coverage run --source=documents,lock_manager manage.py test documents lock_manager after_success: - coveralls branches: