From da843b4bedb3fcbb52206b589462b5a9dbd6f6f2 Mon Sep 17 00:00:00 2001 From: buruzaemon Date: Thu, 23 Sep 2021 17:46:18 +0900 Subject: [PATCH] #119: temporarily removing the use_2to3 to see what happens --- .travis.yml | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e12baa9..087fc42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" # command to run tests script: diff --git a/setup.py b/setup.py index fd62c57..802f9ba 100644 --- a/setup.py +++ b/setup.py @@ -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())