Skip to content

Commit

Permalink
Test against pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Dec 20, 2014
1 parent 391fba5 commit 7805ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=docs

install: pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,pypy,docs
py26,py27,py32,py33,py34,pypy,pypy3,docs

[testenv]
deps =
Expand Down

0 comments on commit 7805ec7

Please sign in to comment.