diff --git a/tox.ini b/tox.ini index fda3af3..243ff25 100644 --- a/tox.ini +++ b/tox.ini @@ -1,16 +1,14 @@ [tox] minversion = 2.0 -envlist = py34,py27,pep8 +envlist = py27,pep8,docs skipsdist = True [testenv] -usedevelop = True install_command = pip install -U {opts} {packages} -setenv = - VIRTUAL_ENV={envdir} -deps = -r{toxinidir}/test-requirements.txt -commands = python setup.py test --slowest --testr-args='{posargs}' +deps = -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt +commands = python setup.py test --slowest --no-parallel --testr-args='{posargs}' [testenv:pep8] commands = flake8 {posargs}