From 9672d40856aac3bbfc8911fbbd2c718036d29f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Godec?= Date: Wed, 26 Jun 2019 14:53:36 +0200 Subject: [PATCH] travis: update versions for test --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd7a8419..8494d7bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,15 @@ matrix: include: - python: '3.6' - env: ORANGE="3.16.0" + env: ORANGE="3.20.0" - python: '3.6' env: ORANGE="release" - - python: '3.6' + - python: '3.7' + env: ORANGE="release" + + - python: '3.7' env: ORANGE="master" cache: