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

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