mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-16 18:00:35 +03:00
Update travis.yml
and add latest Django 1.10 to tests
This commit is contained in:
parent
971072ae37
commit
beb073f35f
|
@ -3,16 +3,13 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.8.13
|
- DJANGO=1.8.17
|
||||||
- DJANGO=1.9.7
|
- DJANGO=1.9.12
|
||||||
|
- DJANGO=1.10.4
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install -r rest_auth/tests/requirements.pip
|
- pip install -r rest_auth/tests/requirements.pip
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- python: "3.5"
|
|
||||||
env: DJANGO=1.8.13
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source=rest_auth setup.py test
|
- coverage run --source=rest_auth setup.py test
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user