Raw File
[tox]
envlist = py{27,33,34,35,311},
          pypy

[testenv]
commands =
  py.test []

deps =
    pytest
back to top