diff --git a/tox.ini b/tox.ini index c20501b9a8..faffbf3e80 100644 --- a/tox.ini +++ b/tox.ini @@ -15,11 +15,20 @@ install_command = pip install -U {opts} {packages} usedevelop = True commands = python setup.py testr --slowest --testr-args='{posargs}' distribute = false +basepython = python2.7 [testenv:pep8] commands = flake8 distribute = false +[testenv:py26] +basepython = python2.6 + + +[testenv:py34] +basepython = python3.4 + + [testenv:venv] commands = {posargs}