Skip to content

Commit

Permalink
Merge pull request boto#2458 from danielgtaylor/tox-pypy
Browse files Browse the repository at this point in the history
Add pypy to tox config. Fixes boto#2458.
  • Loading branch information
danielgtaylor committed Aug 4, 2014
2 parents a9463c5 + 98e7cf1 commit 16c6fbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34
envlist = py26,py27,py33,py34,pypy

# Comment to build sdist and install into virtualenv
# This is helpful to test installation but takes extra time
Expand All @@ -26,6 +26,11 @@ deps =
setenv =
PYTHONHASHSEED = 0

[testenv:pypy]
# See comment above in py26 about hash seed.
setenv =
PYTHONHASHSEED = 0

[testenv]
deps = -rrequirements.txt
commands =
Expand Down

0 comments on commit 16c6fbe

Please sign in to comment.