Skip to content

Commit

Permalink
Catch up with Py3k support for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Aug 14, 2013
1 parent c8526b9 commit fa538a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Framework :: Pylons",
"Topic :: Internet :: WWW/HTTP :: WSGI",
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ deps =
persistent
BTrees
ZConfig
# Py3k compatible ZODB/ZEO/hypatia not yet released
git+https://github.com/zopefoundation/ZODB.git@py3#egg=ZODB
git+https://github.com/zopefoundation/ZEO.git@py3#egg=ZEO
git+https://github.com/Pylons/hypatia.git#egg=hypatia
ZODB
ZEO
hypatia

[testenv:py32]
commands =
Expand Down

0 comments on commit fa538a5

Please sign in to comment.