Skip to content

Commit

Permalink
Reportlab >= 3.0 requires Python 2.7 (or >= 3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 26, 2014
1 parent 0237dd7 commit 9895c7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def alltests():
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27
envlist = py27

[testenv]
commands =
Expand Down

0 comments on commit 9895c7e

Please sign in to comment.