Commit 61e4174f authored by Noah Zoschke's avatar Noah Zoschke

remove exception for manage.py stub

parent 91477cc5
......@@ -34,7 +34,7 @@ echo "-----> Preparing virtualenv version $(virtualenv --version)"
virtualenv --no-site-packages . | indent
#echo "-----> Byte-compiling code"
find . -name "*.py" | grep -v bin/manage.py | xargs bin/python -m py_compile
find . -name "*.py" | xargs bin/python -m py_compile
# if Django, append settings
if [ "$NAME" = "Python/Django" ]; then
......
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