From: Martin Asell Date: Thu, 17 Oct 2019 20:09:18 +0000 (+0100) Subject: TravisCI update X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=56eb0c6ce68640e12a2d07183238ca02f0cfbf35;p=chevron.git TravisCI update --- 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