mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Use py36 on travis
This commit is contained in:
parent
c686749eef
commit
09411a0bb5
|
@ -1,7 +1,7 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
sudo: false
|
||||
|
||||
|
@ -32,7 +32,6 @@ matrix:
|
|||
- env: TOX_ENV=py36-djangomaster
|
||||
|
||||
install:
|
||||
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
|
||||
- pip install tox virtualenv
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user