diff --git a/.travis.yml b/.travis.yml index df1f970..de2d51a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: # command to run tests script: - python project/manage.py test jobs -# - coverage run --source="." project/manage.py test jobs + - coverage run --source="." project/manage.py test jobs -# after_success: -# - coveralls \ No newline at end of file +after_success: + - coveralls \ No newline at end of file