Skip to content

Commit 282ac5b

Browse files
committed
Merge pull request #175 from Tivix/Update-test-requirements,-added-Django-1.9
Update test requirements, added django 1.9, pepfix
2 parents c282a13 + 3bcabe6 commit 282ac5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: python
22
python:
33
- "2.7"
44
env:
5-
- DJANGO=1.7.7
6-
- DJANGO=1.8
5+
- DJANGO=1.7.11
6+
- DJANGO=1.8.9
7+
- DJANGO=1.9.2
78
install:
89
- pip install -q Django==$DJANGO --use-mirrors
910
- pip install coveralls

rest_auth/registration/serializers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
pass
2323

2424

25-
2625
class SocialLoginSerializer(serializers.Serializer):
2726
access_token = serializers.CharField(required=False, allow_blank=True)
2827
code = serializers.CharField(required=False, allow_blank=True)

0 commit comments

Comments
 (0)