From 6f489ae80bb0cfd7cfbe99891e3b90bbefc79ed0 Mon Sep 17 00:00:00 2001 From: Erno Salo <39559256+endormi@users.noreply.github.com> Date: Tue, 13 Aug 2019 11:40:18 +0300 Subject: [PATCH] Update .travis.yml to use python 3.7 (#850) 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 9a3d9d83..a032f15c 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