[tox] minversion = 1.6 skipsdist = True envlist = py27,pep8 [testenv] usedevelop = True install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE = 1 LANGUAGE=en_US deps = -r{toxinidir}/test-requirements.txt whitelist_externals = bash [testenv:docs] setenv = PYTHONHASHSEED=0 sitepackages = False commands = python setup.py build_sphinx [testenv:venv] setenv = PYTHONHASHSEED=0 commands = {posargs}