Source: tox
Section: python
Priority: optional
Maintainer: Sean Channel <pentabular@gmail.com>
Homepage: http://codespeak.net/tox
Build-Depends: debhelper (>= 7.4),
               python | python-all,
               python-argparse,
               python-pkg-resources,
               python-pytest,
               python-setuptools,
               python-sphinx,
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/python-apps/packages/tox/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/tox/trunk/
X-Python-Version: >= 2.6

Package: python-tox
Architecture: all
Depends: python-pkg-resources, python-virtualenv, python-pytest
         ${misc:Depends},
         ${python:Depends},
         ${sphinxdoc:Depends}
Description: virtualenv-based automation of test activities
 Tox as is a generic virtualenv management and test command line tool
 you can use for:
 .
  * checking your package installs correctly with different Python
    versions and interpreters
  * running your tests in each of the environments, configuring your
    test tool of choice
  * acting as a frontend to Continuous Integration servers, greatly
    reducing boilerplate and merging CI and shell-based testing.
