From c82b2820daaaa5bcd42dab004a44feb72e1bbff2 Mon Sep 17 00:00:00 2001 From: shivakrishnab Date: Thu, 26 Sep 2013 17:23:24 +0530 Subject: [PATCH] modified travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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