summaryrefslogtreecommitdiff
path: root/tox.ini
blob: af7bf986bf7ffd0f7901e2bd0a095c7d34eaac50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py27,py34,py35,py36,pypy

[testenv]
passenv = LANG
commands = {env:TEST_RUNNER:pytest} {posargs}
deps =
    pytest
    colorama: colorama
    coverage: coverage
setenv =
    coverage: TEST_RUNNER=coverage run -m pytest