From d8c1b895fbebc0a10c7c025b18af90cd419520eb Mon Sep 17 00:00:00 2001 From: Anton Lodder Date: Thu, 25 Oct 2018 11:58:45 -0400 Subject: [PATCH] Add python 3.7 test --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c881e85..8341647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: python python: - "3.6" -matrix: +jobs: include: + - python: 3.6 - python: 3.7 dist: xenial - sudo: true + install: - pip install coveralls pytest-cov flake8 - python setup.py install