From 413d3da22e099155c4221033ef84fe0ec73f2a10 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 5 Nov 2018 20:55:16 +0900 Subject: [PATCH] Update .travis.yml * Test with Python 3.7 * Use xenial --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e190952..a3b30d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ -sudo: required -dist: trusty +dist: xenial language: python + +# See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/ python: - "nightly" - - "pypy-5.3.1" - - "3.6-dev" + - "pypy3.5" + - "pypy2.7-5.10.0" + - "3.7" - "3.6" - "3.5" - "3.4" @@ -35,5 +37,4 @@ script: after_succes: - codecov - # vim: sw=2 ts=2 sts=2