Pythons: CPython 2.4-3.3, Jython-2.5.1, pypy-1.9ff
Operating systems: Linux, Windows, OSX, Unix
Installer Requirements: setuptools or Distribute
License: MIT license
hg repository: http://bitbucket.org/hpk42/tox
Use one of the following commands:
pip install tox
easy_install tox
It is fine to install tox itself into a virtualenv environment.
Consult the Bitbucket page to get a checkout of the mercurial repository:
and then install in your environment with something like:
python setup.py install
or just activate your checkout in your environment like this:
python setup.py develop
so that you can do changes and submit patches.