From 56eb0c6ce68640e12a2d07183238ca02f0cfbf35 Mon Sep 17 00:00:00 2001 From: Martin Asell Date: Thu, 17 Oct 2019 21:09:18 +0100 Subject: [PATCH] TravisCI update --- .travis.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a18fe76..7ad9de5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,17 +2,22 @@ sudo: false language: python python: - - '2.6' - - '2.7' - - '3.2' - - '3.3' - - '3.4' - - '3.5' - - '3.6' + - 2.7 + - 3.4 + - 3.5 + - 3.6 + - 3.7 - pypy matrix: include: + - python: 2.6 + dist: trusty + - python: 3.2 + dist: trusty + - python: 3.3 + dist: trusty + - python: 3.6 env: - TOXENV=flake8 -- 2.47.3