Thanks to visit codestin.com Credit goes to github.com
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 d960f03 + f2410a5 commit 9b4e77dCopy full SHA for 9b4e77d
setup.py
@@ -297,7 +297,7 @@ def run_2to3(self, files):
297
# We need to skip certain files that have already been
298
# converted to Python 3.x
299
filtered = [x for x in files if should_2to3(x, self.build_lib)]
300
- if sys.platform.startswith('win'):
+ if sys.platform.startswith('win') or 'TRAVIS' in os.environ:
301
# doing this in parallel on windows may crash your computer
302
[refactor(f) for f in filtered]
303
else:
0 commit comments