From 7770e736093a4ca1241db7cb4e470e73a8dee7d0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 23 Feb 2019 09:59:07 +0100 Subject: [PATCH] ci: Travis: use dist=xenial --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 968fa8e..345d481 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,15 @@ +dist: xenial language: python -sudo: false python: - - 2.6 - 2.7 - 3.4 - 3.5 - 3.6 - - pypy + - 3.7 + - pypy2.7-6.0 + - pypy3.5-6.0 matrix: include: - - { python: "3.7", dist: xenial, sudo: true } - python: 3.5 env: TOXENV=cov allow_failures: