From 0f65fc846883f4b963db4bf3045cc83c01bd341b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 15 May 2019 12:28:07 +0400 Subject: [PATCH] :construction_worker: Upgrade Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 080c1ad8..e7b57af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ -sudo: required +dist: xenial language: python python: - - "3.6" + - "3.7" install: - pip install docker pytest