Skip to content

Commit

Permalink
Have Travis set the TZ variable
Browse files Browse the repository at this point in the history
Testing with TZ != GMT is actually a lot more effective. Use a timezone
without DST, so that the results remain stable.
  • Loading branch information
viiru- committed Apr 2, 2017
1 parent e4a5ac6 commit c2ca174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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:
Expand Down

0 comments on commit c2ca174

Please sign in to comment.