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

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