1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[tox] envlist = flake8 py{26,27,32,33,34,35,36} pypy [testenv] commands = py.test -q tests.py deps = pytest setenv = PIP_DISABLE_PIP_VERSION_CHECK = 1 [testenv:flake8] basepython = python3.4 deps = flake8 commands = flake8