From 6cf859ebfd9b69990f802ebec0d01448c2d62605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 15 May 2019 13:03:20 +0400 Subject: [PATCH] :construction_worker: Upgrade Travis (#135) --- .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