From 7ec001661488e27f3ccf2e21663b897cfd856e3d Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Fri, 20 Mar 2020 11:17:22 +0100 Subject: [PATCH] travis: update python matrix closes #127 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38a4f8b..b86b570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ notifications: dist: xenial -sudo: true - language: python cache: @@ -45,8 +43,9 @@ env: - EXTRAS=postgresql REQUIREMENTS=devel SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://postgres@localhost:5432/invenio" POSTGRESQL_VERSION="10" python: - - "2.7" - - "3.5" + - "3.6" + - "3.7" + - "3.8" matrix: fast_finish: true