Skip to content

Commit

Permalink
Note that PyPy3 blocker is now 3.3 support.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Apr 2, 2015
1 parent 7b58e2f commit 622046a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- 3.4
- pypy
# - pypy3
# pending release of a fix for https://bitbucket.org/pypy/pypy/issue/1946
# pending 3.3-compatible release
install:
- pip install . --use-mirrors
script:
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
# pypy3 pending release of a fix for
# https://bitbucket.org/pypy/pypy/issue/1946
# pypy3 pending a 3.3-compatible release.
# py26,py27,py33,py34,pypy,pypy3
py26,py27,py33,py34,pypy,docs

Expand Down

0 comments on commit 622046a

Please sign in to comment.