From bcf82f538c9c5d7c12208d89d14cb2a0dc0136e9 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Sat, 30 Mar 2019 11:47:28 -0700 Subject: [PATCH] Update travis configuration --- .travis.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe43164..a007ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,17 @@ +dist: xenial language: python -python: - - 2.7 - - 3.5 - - 3.6 -sudo: false -matrix: - include: - - python: 3.6 - env: TOXENV=docs - - python: 3.6 - env: TOXENV=lint - - python: 3.6 - env: TOXENV=formatting install: - pip install tox-travis script: - tox +matrix: + include: + - python: 3.7 + env: TOXENV=docs + - python: 3.7 + env: TOXENV=lint + - python: 3.7 + env: TOXENV=formatting notifications: slack: rooms: