From 5d895d7f5e94c6bf96985af2c5a80ea344d0817b Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 10 Jun 2019 10:31:58 -0700 Subject: [PATCH] Use xenial distribution --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2a3968c..c072bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python cache: pip +dist: xenial install: - pip install tox tox-travis coveralls