8000 Merge remote-tracking branch 'upstream/v1.2.x' · matplotlib/matplotlib@b109024 · GitHub
[go: up one dir, main page]

Skip to content

Commit b109024

Browse files
committed
Merge remote-tracking branch 'upstream/v1.2.x'
2 parents f39c3af + 9b4e77d commit b109024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def run_2to3(self, files):
305305
# We need to skip certain files that have already been
306306
# converted to Python 3.x
307307
filtered = [x for x in files if should_2to3(x, self.build_lib)]
308-
if sys.platform.startswith('win'):
308+
if sys.platform.startswith('win') or 'TRAVIS' in os.environ:
309309
# doing this in parallel on windows may crash your computer
310310
[refactor(f) for f in filtered]
311311
else:

0 commit comments

Comments
 (0)
0