Skip to content

Commit

Permalink
other timezone approach
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Jul 9, 2020
1 parent f0fd015 commit 7262c08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,6 +1,6 @@
dist: bionic
language: python
sudo: true
sudo: false

python:
- "2.7"
Expand All @@ -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
Expand Down

0 comments on commit 7262c08

Please sign in to comment.