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

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