From 28096f0f8a5bc880e62312cb435595551554980e Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Wed, 12 Jun 2019 21:11:41 +0200 Subject: [PATCH] Use latest Python versions --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c504f44..bdd531a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ +dist: xenial language: python python: - "3.5" - - "3.6.1" - - "3.7-dev" + - "3.6" + - "3.7" + - "3.8-dev" install: - pip install .[tests] - pip install coveralls