We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424e6c4 commit 2a4dc9cCopy full SHA for 2a4dc9c
setup.py
@@ -126,6 +126,8 @@ def run(self):
126
try:
127
build_ext.run(self)
128
except Exception:
129
+ if "TOX_ENV_NAME" in os.environ:
130
+ raise
131
e = sys.exc_info()[1]
132
sys.stdout.write("%s\n" % str(e))
133
warnings.warn(
@@ -141,6 +143,8 @@ def build_extension(self, ext):
141
143
142
144
build_ext.build_extension(self, ext)
145
146
147
148
149
150
0 commit comments