From 597ad97de9420aa4770285b072cc8ee7140cdff6 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Mon, 7 Jan 2019 13:57:18 -0800 Subject: [PATCH] use xenial --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a235d288..b4f76278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ language: python +dist: xenial python: - "2.7" - "3.4" - "3.5.5" - "3.6" - "3.7" - - "pypy" - - "pypy3" + - "pypy2.7-6.0" + - "pypy3.5-6.0" install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt" before_script: "pep8" addons: