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

[testenv]
deps=
    pytest

commands=py.test test