Commit 5915acf4 authored by Noah Zoschke's avatar Noah Zoschke

dont byte-compile *.py

parent bece93a2
......@@ -33,9 +33,6 @@ done
echo "-----> Preparing virtualenv version $(virtualenv --version)"
virtualenv --no-site-packages . | indent
#echo "-----> Byte-compiling code"
find . -name "*.py" | xargs bin/python -m py_compile
# if Django, append settings
if [ "$NAME" = "Python/Django" ]; then
echo "-----> Django settings injection"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment