From 9a3c61b9c75ee7f9b018caa733eeb55fb735d1c4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Aug 2020 00:18:10 +0200 Subject: [PATCH] =?UTF-8?q?Requ=C3=AAte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a508670..2be68ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,13 @@ os: linux dist: xenial language: python python: -- 3.5 -- 3.6 -- 3.7 -- 3.8 +- "3.5" +- "3.6" +- "3.7" +- "3.8" jobs: allow_failures: - - python: 3.8 + - python: "3.8" before_install: - sudo pip install --upgrade setuptools pip - sudo pip install ansible==2.1.3.0