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.
2 parents f39c3af + 9b4e77d commit b109024Copy full SHA for b109024
setup.py
@@ -305,7 +305,7 @@ def run_2to3(self, files):
305
# We need to skip certain files that have already been
306
# converted to Python 3.x
307
filtered = [x for x in files if should_2to3(x, self.build_lib)]
308
- if sys.platform.startswith('win'):
+ if sys.platform.startswith('win') or 'TRAVIS' in os.environ:
309
# doing this in parallel on windows may crash your computer
310
[refactor(f) for f in filtered]
311
else:
0 commit comments