From d8fc8bb240a3704970a010decf14de7c72431a05 Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Mon, 12 May 2014 22:56:39 +0200 Subject: [PATCH] change script section in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3f87ea..54fc9e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ install: - pip install -q Django==$DJANGO --use-mirrors - pip install coveralls script: - - python setup.py test + - coverage run --source=rest_auth setup.py test after_success: - coveralls