From 6df3523675fe503187c4a88e1594901c4ffbd13d Mon Sep 17 00:00:00 2001 From: Cristi Vijdea Date: Tue, 29 Jan 2019 09:26:56 +0200 Subject: [PATCH] Use python 3.7 for lint and Django master tests --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3f5cfd..7c46659 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: python -sudo: false python: - '2.7' - '3.4' @@ -17,9 +16,9 @@ jobs: sudo: required - python: '3.6' env: TOXENV=docs - - python: '3.6' + - python: '3.7' env: TOXENV=djmaster - - python: '3.6' + - python: '3.7' env: TOXENV=lint - stage: publish