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

@@ -5,6 +5,9 @@ cache: pip
addons:
chrome: stable
before_install:
- export TZ=Europe/London
install:
- |

View File

@@ -24,6 +24,7 @@ from django.core import mail, signing
from django.http import HttpResponseBadRequest
from django.conf import settings
@screenshot_failure_cls
class BaseRigboardTest(AutoLoginTest):
def setUp(self):
@@ -231,7 +232,7 @@ class TestEventCreate(BaseRigboardTest):
self.page.person_selector.set_option(self.client.name, True)
self.page.person_selector.toggle()
self.assertFalse(self.page.person_selector.is_open)
self.page.name = "Access Validation Test"
self.page.start_date = datetime.date(2020, 1, 1)