From ad86df57682299cf41ccf30723ddc075f4779579 Mon Sep 17 00:00:00 2001 From: Vladyslav Krylasov Date: Sun, 17 Mar 2019 22:16:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Travis=20config.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b0e38c..07cb730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: python python: - "3.6" - - "3.7" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - pip install coveralls - pip install codacy-coverage