mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix logic
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
|||||||
from django.test import LiveServerTestCase
|
from django.test import LiveServerTestCase
|
||||||
from selenium import webdriver
|
from selenium import webdriver
|
||||||
|
|
||||||
RUN_LOCAL = ('SAUCE_USERNAME' in os.environ)
|
RUN_LOCAL = ('SAUCE_USERNAME' not in os.environ)
|
||||||
|
|
||||||
if RUN_LOCAL:
|
if RUN_LOCAL:
|
||||||
# could add Chrome, PhantomJS etc... here
|
# could add Chrome, PhantomJS etc... here
|
||||||
|
|||||||
Reference in New Issue
Block a user