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

[testenv]
deps=
    pytest

commands=py.test test