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

[testenv]
deps=pytest>=2.4.2
commands=py.test --verbose iso8601
setenv =
    LC_ALL=C