From bf36b23cbc69b3490797525e1105f13e25fdcc0c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 18 Oct 2014 21:05:33 +0200 Subject: [PATCH] Fix logic --- src/tixlbase/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tixlbase/tests/__init__.py b/src/tixlbase/tests/__init__.py index f0930b90e..b33db581f 100644 --- a/src/tixlbase/tests/__init__.py +++ b/src/tixlbase/tests/__init__.py @@ -4,7 +4,7 @@ import sys from django.test import LiveServerTestCase from selenium import webdriver -RUN_LOCAL = ('SAUCE_USERNAME' in os.environ) +RUN_LOCAL = ('SAUCE_USERNAME' not in os.environ) if RUN_LOCAL: # could add Chrome, PhantomJS etc... here