diff --git a/.travis.yml b/.travis.yml index 7ccc65f..2caa2ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,9 @@ python: install: - pip install -e . --use-mirrors - pip install passlib + - pip install coveralls # command to run tests -script: "./run_test.sh" +script: + - coverage run --source=ldapcherry setup.py test +after_success: + - coveralls