mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 18:43:44 +03:00
fix: changed travis.yml and setup.py configuration
This commit is contained in:
parent
e4c04528a2
commit
be2ac99a34
|
@ -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:
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -28,8 +28,8 @@ 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.8.0',
|
'Django==1.8.0',
|
||||||
'djangorestframework>=3.1.0',
|
'djangorestframework==3.1.3',
|
||||||
'six>=1.9.0',
|
'six>=1.9.0',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user