From 7262c08f3546109e44631b5a06ed419dda54011c Mon Sep 17 00:00:00 2001 From: Robert Niederreiter Date: Thu, 9 Jul 2020 11:06:47 +0200 Subject: [PATCH] other timezone approach --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index da9d697..7973acf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ dist: bionic language: python -sudo: true +sudo: false python: - "2.7" @@ -10,8 +10,7 @@ python: - "3.8" before_script: - - echo 'Europe/Vienna' | sudo tee /etc/timezone - - sudo dpkg-reconfigure --frontend noninteractive tzdata + - export TZ=Europe/Vienna install: - pip install coverage