From d1797a0413b2f7efb6fd6e52773d2b2f6905a6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 15 May 2019 12:55:05 +0400 Subject: [PATCH] :construction_worker: Upgrade Travis (#60) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dce380..8174cbc 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