[tox]
envlist = py27,py35,py36,py37,py38,pypy,pypy3
[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
pypy2: pypy
pypy3: pypy3
[testenv]
deps=pytest>=2.4.2
commands=py.test --verbose iso8601
setenv =
LC_ALL=C