aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: d5079b934b17136c29c206e6e01f797310759d00 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26, py27, pypy, py33, py34

[testenv]
commands =
  py.test []

deps =
  pytest