Skip to content

Commit

Permalink
Add six
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemacfarlane committed Oct 11, 2014
1 parent f21bdf1 commit c66425d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -62,6 +62,9 @@ def alltests():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
'Operating System :: OS Independent'],
Expand All @@ -81,6 +84,7 @@ def alltests():
'PyPDF2==1.21',
'reportlab>=3.0',
'setuptools',
'six',
'svg2rlg',
'zope.interface',
'zope.schema',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27
envlist = py26,py27,py33,py34

[testenv]
commands =
Expand All @@ -12,6 +12,7 @@ deps =
PyPDF2
reportlab
setuptools
six
svg2rlg
zope.interface
zope.pagetemplate
Expand Down

0 comments on commit c66425d

Please sign in to comment.