mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 18:43:44 +03:00
Add Django 1.11 to Travis CI
This commit is contained in:
parent
13863991ca
commit
cbda9ee075
|
@ -3,9 +3,9 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.8.17
|
- DJANGO=1.8.18
|
||||||
- DJANGO=1.9.12
|
- DJANGO=1.10.7
|
||||||
- DJANGO=1.10.4
|
- DJANGO=1.11.1
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user