From 4bc6f44cfedcb0086dbc8aeaa7b1af8884fd1bb3 Mon Sep 17 00:00:00 2001 From: Erno Salo <39559256+endormi@users.noreply.github.com> Date: Wed, 7 Aug 2019 11:50:45 +0300 Subject: [PATCH] Update .travis.yml to use python 3.7 because the master branch is 3.7 so it's only logical to have py 3.7 as well --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85b5b50b5..e6107e693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python dist: xenial -python: 3.6 +python: 3.7 before_install: - sudo apt-get update - sudo apt-get install -y hunspell hunspell-fr-comprehensive