Skip to content

Commit beb073f

Browse files
committed
Update travis.yml and add latest Django 1.10 to tests
1 parent 971072a commit beb073f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ python:
33
- "2.7"
44
- "3.5"
55
env:
6-
- DJANGO=1.8.13
7-
- DJANGO=1.9.7
6+
- DJANGO=1.8.17
7+
- DJANGO=1.9.12
8+
- DJANGO=1.10.4
89
install:
910
- pip install -q Django==$DJANGO
1011
- pip install coveralls
1112
- pip install -r rest_auth/tests/requirements.pip
12-
matrix:
13-
exclude:
14-
- python: "3.5"
15-
env: DJANGO=1.8.13
1613
script:
1714
- coverage run --source=rest_auth setup.py test
1815
after_success:

0 commit comments

Comments
 (0)