Tests.
[redakcja.git] / src / redakcja / settings / __init__.py
index 93fd5ca..3286f07 100644 (file)
@@ -133,7 +133,7 @@ PIPELINE = {
     'CSS_COMPRESSOR': None,
     'JS_COMPRESSOR': None,
     'COMPILERS': (
-        'libsasscompiler.LibSassCompiler',
+        'pipeline.compilers.sass.SASSCompiler',
     ),
 
     # CSS and JS files to compress
@@ -290,6 +290,9 @@ REST_FRAMEWORK = {
 }
 
 
+TEST_INTEGRATION = False
+
+
 try:
     SENTRY_DSN
 except NameError: