1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 01:14:21 +01:00

trying to have more logs

This commit is contained in:
kakwa 2015-06-17 20:35:09 +02:00
parent 567e4c7d5f
commit 76c666fbd3

View File

@ -22,6 +22,6 @@ install:
- pip install coveralls
# command to run tests
script:
- coverage run --source=ldapcherry setup.py test
- coverage run --source=ldapcherry setup.py test || cat /var/log/syslog && exit 1
after_success:
- coveralls