From 0953e0edb29926b7ba72909cb9a101bb4fb70478 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Wed, 9 Jan 2019 11:34:37 -0500 Subject: [PATCH] use xenial distribution for python 3.7 support in travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 12ace1f..768c02c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: python python: + - "3.5" - "3.6" - "3.7" +dist: + - xenial install: pip install . && pip install -r dev-requirements.txt script: py.test