Commit 66547ba4 by Chris Jerdonek

The 2to3 tool now runs automatically when running unit tests under Python 3.

Still need to get spec tests and README doctests working though.
parent 94203a27
......@@ -75,7 +75,7 @@ template_files = ['*.mustache', '*.txt']
#
# http://packages.python.org/distribute/python3.html#note-on-compatibility-with-setuptools
#
if sys.version_info < (2, 7):
if sys.version_info < (3, ):
extra = {}
else:
# For testing purposes, we also use use_2to3 with Python 2.7. This
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment