Skip to content

Commit afcf2a5

Browse files
committed
Fixed reqs path for travis
1 parent 7206240 commit afcf2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
install:
88
- pip install -q Django==$DJANGO --use-mirrors
99
- pip install coveralls
10-
- pip install -r tests/requirements.pip
10+
- pip install -r rest_auth/tests/requirements.pip
1111
script:
1212
- coverage run --source=rest_auth setup.py test
1313
after_success:

0 commit comments

Comments
 (0)