From d2a95f01686732f5d2045d8fe1218231f3af650c Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 18 Mar 2019 23:23:28 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a0e7cf..ccfe3d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python -python: - - "3.7" +# Enable python 3.7 without globally enabling sudo and dist: xenial for other build jobs +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - pip install pipenv - pipenv install --dev