Add enable lock_manager tests to the travis CI config file

This commit is contained in:
Roberto Rosario
2014-05-23 18:23:13 -04:00
parent 788a709dd9
commit 489f7778d1

View File

@@ -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: