Commit 923e960e authored by Kevin Modzelewski's avatar Kevin Modzelewski

Django now seems to work on pypa

parent a7d756fa
# run_args: -x
# - pypa currently has a couple issues with django (set literals with trailing commas, nested attribute names)
# TODO remove that directive, and also remove it from the subprocess commands down below.
import os import os
import signal import signal
import subprocess import subprocess
...@@ -19,7 +15,7 @@ import shutil ...@@ -19,7 +15,7 @@ import shutil
is_pyston = True is_pyston = True
if is_pyston: if is_pyston:
ARGS = "-xu" ARGS = "-u"
else: else:
ARGS = "-u" ARGS = "-u"
......
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