From afcf2a5043ead2db1dfcfcf74d1fb72b65a63c05 Mon Sep 17 00:00:00 2001 From: mario Date: Fri, 4 Dec 2015 09:43:17 +0100 Subject: [PATCH] Fixed reqs path for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36568fa..5152e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: install: - pip install -q Django==$DJANGO --use-mirrors - pip install coveralls - - pip install -r tests/requirements.pip + - pip install -r rest_auth/tests/requirements.pip script: - coverage run --source=rest_auth setup.py test after_success: