mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
Dropping django 1.7 support
This commit is contained in:
parent
d26661400d
commit
235efa4ec1
|
@ -3,9 +3,8 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.7.11
|
- DJANGO=1.8.13
|
||||||
- DJANGO=1.8.9
|
- DJANGO=1.9.7
|
||||||
- DJANGO=1.9.2
|
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install -q Django==$DJANGO --use-mirrors
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
@ -13,7 +12,7 @@ install:
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: DJANGO=1.7.11
|
env: DJANGO=1.8.13
|
||||||
script:
|
script:
|
||||||
- coverage run --source=rest_auth setup.py test
|
- coverage run --source=rest_auth setup.py test
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
django>=1.7.0
|
django>=1.8.0
|
||||||
django-rest-auth==0.7.0
|
django-rest-auth==0.7.0
|
||||||
django-allauth==0.24.1
|
django-allauth==0.24.1
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(
|
||||||
keywords='django rest auth registration rest-framework django-registration api',
|
keywords='django rest auth registration rest-framework django-registration api',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=1.7.0',
|
'Django>=1.8.0',
|
||||||
'djangorestframework>=3.1.0',
|
'djangorestframework>=3.1.0',
|
||||||
'six>=1.9.0',
|
'six>=1.9.0',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user