Skip to content

Commit 118b173

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8a004bb + 2c4f7c2 commit 118b173

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
python:
33
- "2.7"
4+
- "3.5"
45
env:
56
- DJANGO=1.7.11
67
- DJANGO=1.8.9
@@ -9,6 +10,10 @@ install:
910
- pip install -q Django==$DJANGO --use-mirrors
1011
- pip install coveralls
1112
- pip install -r rest_auth/tests/requirements.pip
13+
matrix:
14+
exclude:
15+
- python: "3.5"
16+
env: DJANGO=1.7.11
1217
script:
1318
- coverage run --source=rest_auth setup.py test
1419
after_success:

0 commit comments

Comments
 (0)