Skip to content

Commit

Permalink
Test pypy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 8, 2014
1 parent b509b86 commit 3fa6907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- 3.3
- 3.4
- pypy
- pypy3
install:
- pip install . --use-mirrors
script:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,jython,pypy,coverage
py26,py27,py32,py33,py34,pypy,coverage,docs
py26,py27,py32,py33,py34,pypy,pypy3,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit 3fa6907

Please sign in to comment.