mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 00:56:34 +03:00
Merge pull request #202 from frewsxcv/patch-1
Update Travis CI config to run on Python 3.5.
This commit is contained in:
commit
2c4f7c2ec5
|
@ -1,6 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
env:
|
||||
- DJANGO=1.7.11
|
||||
- DJANGO=1.8.9
|
||||
|
@ -9,6 +10,10 @@ install:
|
|||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
- pip install coveralls
|
||||
- pip install -r rest_auth/tests/requirements.pip
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.7.11
|
||||
script:
|
||||
- coverage run --source=rest_auth setup.py test
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue
Block a user