Try to set Travis's TZ to London, instead

This commit is contained in:
2020-05-27 16:31:29 -04:00
parent 5c633c7fff
commit edab48cab1
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ cache: pip
addons: addons:
chrome: stable chrome: stable
before_install:
- export TZ=Europe/London
install: install:
- | - |
latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE) latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE)

View File

@@ -24,6 +24,7 @@ from django.core import mail, signing
from django.http import HttpResponseBadRequest from django.http import HttpResponseBadRequest
from django.conf import settings from django.conf import settings
@screenshot_failure_cls @screenshot_failure_cls
class BaseRigboardTest(AutoLoginTest): class BaseRigboardTest(AutoLoginTest):
def setUp(self): def setUp(self):