From c2ca174180f545bf2edb0c03445f08f04815bc8e Mon Sep 17 00:00:00 2001 From: Arto Jantunen Date: Sun, 2 Apr 2017 13:35:37 +0300 Subject: [PATCH] Have Travis set the TZ variable Testing with TZ != GMT is actually a lot more effective. Use a timezone without DST, so that the results remain stable. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d51f0fb8..26666199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: required language: python +env: + - TZ=Europe/Kaliningrad before_install: - sudo apt-get install python-gtk2 python-glade2 python-lxml python-matplotlib python: