From fd82cc3d36ead4825c33c7afac8cf550338c7fcd Mon Sep 17 00:00:00 2001 From: elmotec Date: Sat, 26 Jan 2019 10:33:05 -0500 Subject: [PATCH] Attempt to extend travis-ci to 3.7 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index df37e8a..637381b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ # Config file for automatic testing at travis-ci.org +dist: xenial language: python python: - "3.6" + - "3.7" install: - pip install -r requirements.txt coverage python-coveralls