From 1d2064694713f81823baaf6ee6bced3ae9140c69 Mon Sep 17 00:00:00 2001 From: Cruz Monrreal II Date: Mon, 28 Jan 2019 13:54:28 -0600 Subject: [PATCH] Enable xenail dist for only Py37 job Other jobs will follow with other PR --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f4a68b995..6c2caa9a6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,6 +163,7 @@ matrix: - <<: *tools-pytest env: NAME=tools-py3.7 python: 3.7 + dist: xenial - env: - NAME=astyle