From 36ac5e97a8ea9951e206a34698808ce4c8f71df9 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sun, 4 Oct 2020 19:00:27 +0200 Subject: [PATCH] Fix travis python version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8d10f3..7b4b9af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false dist: xenial language: python python: -- '3.7' +- '3.8' install: pip install tox-travis pre-commit poetry script: - pre-commit run --all-files