Fix logic

This commit is contained in:
Raphael Michel
2014-10-18 21:05:33 +02:00
parent b8a9c63b07
commit bf36b23cbc

View File

@@ -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