From 3690357e79921ada3088abe9791b0d2af531656c Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 1 Jun 2019 16:46:47 +0100 Subject: [PATCH] Enable python 3.7 in Travis, switch to xenial --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7cd8a18..1de1cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ cache: pip python: - "2.7" - "3.6" +- "3.7" install: - pip install -e . - pip install coveralls @@ -19,8 +20,9 @@ before_script: script: tox -v services: - # MySQL is started by default - mongodb + - mysql + - postgresql addons: postgresql: "9.6" @@ -31,6 +33,7 @@ after_success: after_script: - tox-pytest-summary +dist: xenial sudo: false addons: