forked from Mirror/wren
Disable container-based build so we can use sudo.
This commit is contained in:
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
# Install the Wren Pygments lexer.
|
||||
cd util/pygments-lexer
|
||||
python setup.py develop
|
||||
python sudo setup.py develop
|
||||
cd ../..
|
||||
|
||||
# Build the docs.
|
||||
|
||||
Reference in New Issue
Block a user