File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ python:
3
3
- " 2.7"
4
4
- " 3.5"
5
5
env :
6
- - DJANGO=1.7.11
7
- - DJANGO=1.8.9
8
- - DJANGO=1.9.2
6
+ - DJANGO=1.8.13
7
+ - DJANGO=1.9.7
9
8
install :
10
9
- pip install -q Django==$DJANGO --use-mirrors
11
10
- pip install coveralls
12
11
- pip install -r rest_auth/tests/requirements.pip
13
12
matrix :
14
13
exclude :
15
14
- python : " 3.5"
16
- env : DJANGO=1.7.11
15
+ env : DJANGO=1.8.13
17
16
script :
18
17
- coverage run --source=rest_auth setup.py test
19
18
after_success :
Original file line number Diff line number Diff line change 1
- django>=1.7 .0
1
+ django>=1.8 .0
2
2
django-rest-auth==0.7.0
3
3
django-allauth==0.24.1
4
4
six==1.9.0
Original file line number Diff line number Diff line change 28
28
keywords = 'django rest auth registration rest-framework django-registration api' ,
29
29
zip_safe = False ,
30
30
install_requires = [
31
- 'Django>=1.7 .0' ,
31
+ 'Django>=1.8 .0' ,
32
32
'djangorestframework>=3.1.0' ,
33
33
'six>=1.9.0' ,
34
34
],
You can’t perform that action at this time.
0 commit comments