Skip to content

Commit

Permalink
#119: temporarily removing the use_2to3 to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
buruzaemon committed Sep 23, 2021
1 parent de8023a commit da843b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

# command to run tests
script:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from setuptools import setup

extra = {}
if sys.version_info >= (3,):
extra['use_2to3'] = True
#if sys.version_info >= (3,):
# extra['use_2to3'] = True

info = path.join(path.abspath(os.getcwd()), 'natto', 'version.py')
exec(open(info).read())
Expand Down

0 comments on commit da843b4

Please sign in to comment.