Skip to content

Commit

Permalink
Add pypy to tox by default.
Browse files Browse the repository at this point in the history
It's quite probable fewer people will have PyPy installed, but I
doubt many will have four versions of CPython installed either.
  • Loading branch information
gsnedders committed May 17, 2013
1 parent a4fc4d8 commit e93429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33
envlist = py26,py27,py32,py33,pypy

[testenv]
deps =
Expand Down

0 comments on commit e93429e

Please sign in to comment.