summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 52d8df9fc2c8807afb3a2eefb974679b225f90ca (plain)
1
2
3
4
5
6
7
[tox]
envlist = py26, py27, pypy, py33

[testenv]
deps =
    pytest
commands = py.test tests