mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-27 01:34:31 +03:00
Merge pull request #3849 from linovia/feature/py35_build
Activate the Python 3.5 build.
This commit is contained in:
commit
5ed8a53929
|
@ -1,5 +1,8 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.5"
|
||||
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
|
@ -18,10 +21,7 @@ env:
|
|||
- TOX_ENV=py27-django17
|
||||
|
||||
matrix:
|
||||
# Python 3.5 not yet available on travis, watch this to see when it is.
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- env: TOX_ENV=py35-django19
|
||||
|
||||
install:
|
||||
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
|
||||
|
|
Loading…
Reference in New Issue
Block a user