mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Python 3 style type hinting
This commit is contained in:
@@ -8,7 +8,7 @@ RUN_LOCAL = ('SAUCE_USERNAME' not in os.environ)
|
||||
|
||||
if RUN_LOCAL:
|
||||
# could add Chrome, PhantomJS etc... here
|
||||
BROWSERS = ['Chrome']
|
||||
BROWSERS = ['Chrome', 'Firefox']
|
||||
else:
|
||||
from sauceclient import SauceClient
|
||||
USERNAME = os.environ.get('SAUCE_USERNAME')
|
||||
|
||||
Reference in New Issue
Block a user