Only test 2.6, 2.7, and 3.3

This commit is contained in:
Alex Clark 2013-03-08 09:12:06 -05:00
parent f19db9ec8a
commit 955dfc07d3
2 changed files with 3 additions and 3 deletions

View File

@ -454,8 +454,8 @@ setup(
version=VERSION,
description='Python Imaging Library (fork)',
long_description=(
_read('README.rst') + '\n' +
_read('docs/HISTORY.txt') + '\n' +
_read('README.rst') + b'\n' +
_read('docs/HISTORY.txt') + b'\n' +
_read('docs/CONTRIBUTORS.rst')).decode('utf-8'),
author='Alex Clark (fork author)',
author_email='aclark@aclark.net',

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py32, py33, pypy
envlist = py26, py27, py33
[testenv]
commands =