Update travis ci config file to include document signature tests

This commit is contained in:
Roberto Rosario
2014-05-23 20:43:56 -04:00
parent 324c4fedd4
commit 99142719db

View File

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