Skip to content

Commit 23df1ae

Browse files
committed
Travis CI fix
1 parent 1d77cfc commit 23df1ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_project/test_project/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
('module', 'compressor_toolkit.precompilers.ES6Compiler')
2929
)
3030
COMPRESS_ENABLED = False
31+
32+
# path to folder with installed Node.js packages
33+
# auto-detect it for test purposes
34+
COMPRESS_NODE_PACKAGES = '`npm root -g`'

0 commit comments

Comments
 (0)