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

[testenv]
deps=
    pytest
    six

commands=py.test test