From 16095bb0312d685702c5b650c167509a4dbfe551 Mon Sep 17 00:00:00 2001 From: santi-eidu Date: Wed, 23 Mar 2022 18:47:05 +0100 Subject: [PATCH] Update travis ci yml file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6894123..a709d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ --- -dist: xenial +dist: focal language: python python: "3.9" os: linux services: - docker install: - - pip3 install cookiecutter + - pip install pipenv env: jobs: - MOLECULE_DISTRO=debian:bullseye-slim