Skip to content

Commit

Permalink
Merge pull request #438 from filmor/patch-1
Browse files Browse the repository at this point in the history
Enable extension skipping on Windows.
  • Loading branch information
asvetlov committed Jul 15, 2015
2 parents b1de1ee + 9c12c1e commit 6bcb374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self):
def build_extension(self, ext):
try:
build_ext.build_extension(self, ext)
except (CCompilerError, DistutilsExecError, DistutilsPlatformError):
except (CCompilerError, DistutilsExecError, DistutilsPlatformError, ValueError):
raise BuildFailed()


Expand Down

0 comments on commit 6bcb374

Please sign in to comment.