Skip to content

Commit

Permalink
Note blocker for PyPy support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 29, 2014
1 parent 11cfac4 commit b95f2f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ python:
- 2.7
- 3.3
- 3.4
# Pending normalization of HTML output for regressions.
# - pypy
# - pypy3
install:
- pip install .
script:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -50,6 +50,7 @@ def read(*rnames):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
'Topic :: Software Development',
],
Expand Down

0 comments on commit b95f2f5

Please sign in to comment.