mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
Dropping django 1.7 support
This commit is contained in:
parent
d26661400d
commit
235efa4ec1
|
@ -3,9 +3,8 @@ python:
|
|||
- "2.7"
|
||||
- "3.5"
|
||||
env:
|
||||
- DJANGO=1.7.11
|
||||
- DJANGO=1.8.9
|
||||
- DJANGO=1.9.2
|
||||
- DJANGO=1.8.13
|
||||
- DJANGO=1.9.7
|
||||
install:
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
- pip install coveralls
|
||||
|
@ -13,7 +12,7 @@ install:
|
|||
matrix:
|
||||
exclude:
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.7.11
|
||||
env: DJANGO=1.8.13
|
||||
script:
|
||||
- coverage run --source=rest_auth setup.py test
|
||||
after_success:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
django>=1.7.0
|
||||
django>=1.8.0
|
||||
django-rest-auth==0.7.0
|
||||
django-allauth==0.24.1
|
||||
six==1.9.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user