[tox]
envlist = {py26,py27,py34,py35,py36,pypy}

[testenv]
deps = nose
       coverage
commands = nosetests
setenv=
    PYTHONWARNINGS=all