diff --git a/tox.ini b/tox.ini index 23a4675..f70e4ce 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,11 @@ [tox] -distribute = False +minversion = 1.6 +skipsdist = True envlist = py26,py27,py33,pep8,pypy [testenv] +usedevelop = True +install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en