[tox]
envlist = py25,py26,py27,py32,py33,py34,pypy
[testenv]
deps=
setenv=
    PYTHONHASHSEED=0
commands=
    python setup.py test
