mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-16 18:00:35 +03:00
commit
1b51eb8732
|
@ -3,11 +3,11 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.8.18
|
- DJANGO=1.8.* DRF=3.6.*
|
||||||
- DJANGO=1.10.7
|
- DJANGO=1.10.* DRF=3.7.*
|
||||||
- DJANGO=1.11.1
|
- DJANGO=1.11.* DRF=3.7.*
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO djangorestframework==$DRF
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install -r rest_auth/tests/requirements.pip
|
- pip install -r rest_auth/tests/requirements.pip
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user