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