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: