We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4c0452 + 2c1649d commit 1b51eb8Copy full SHA for 1b51eb8
.travis.yml
@@ -3,11 +3,11 @@ python:
3
- "2.7"
4
- "3.5"
5
env:
6
- - DJANGO=1.8.18
7
- - DJANGO=1.10.7
8
- - DJANGO=1.11.1
+ - DJANGO=1.8.* DRF=3.6.*
+ - DJANGO=1.10.* DRF=3.7.*
+ - DJANGO=1.11.* DRF=3.7.*
9
install:
10
- - pip install -q Django==$DJANGO
+ - pip install -q Django==$DJANGO djangorestframework==$DRF
11
- pip install coveralls
12
- pip install -r rest_auth/tests/requirements.pip
13
script:
setup.py
@@ -29,7 +29,7 @@
29
zip_safe=False,
30
install_requires=[
31
'Django>=1.8.0',
32
- 'djangorestframework>=3.1.0',
+ 'djangorestframework>=3.1.3',
33
'six>=1.9.0',
34
],
35
extras_require={
0 commit comments