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.
1 parent f8bbd2e commit f2410a5Copy full SHA for f2410a5
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') or True:
+ 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