Skip to content

Commit

Permalink
Note blocker for PyPy/PyPy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 28, 2014
1 parent 1b076e6 commit 026c738
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ python:
- 2.7
- 3.3
- 3.4
# - pypy
# - pypy3
# pypy and pypy3 blocked on a PyPy-compatible zope.security
install:
- pip install . --use-mirrors
script:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -65,6 +65,8 @@ def read(*rnames):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
# PyPy blocked on compatible release of zope.security
# 'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,5 +1,7 @@
[tox]
envlist = py26,py27,py33,py34
envlist =
# pypy blocked on a PyPy-compatible zope.security
py26,py27,py33,py34

[testenv]
commands =
Expand Down

0 comments on commit 026c738

Please sign in to comment.