From f6c9f6066f12a46106ea22adb6d01bdc9350e38d Mon Sep 17 00:00:00 2001 From: Watchful1 Date: Sun, 2 Sep 2018 13:28:52 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 88df3ec..363208f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ cache: pip python: - '2.7' + - '3.6' - '3.7' install: @@ -13,3 +14,5 @@ install: script: - python setup.py test - flake8 disco/ + +dist: xenial