tox 1.7.1-3 source package in Ubuntu RTM

Changelog

tox (1.7.1-3) unstable; urgency=medium


  * d/patches/build-time-tests.patch: Fix DEP-8 related failures.
  * d/tests/control: Update dependencies.

 -- Barry Warsaw <email address hidden>  Sat, 21 Jun 2014 18:44:45 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Sid
Original maintainer:
Barry Warsaw
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release universe misc
14.09 release universe misc

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
tox_1.7.1-3.dsc 2.0 KiB 09754ab1974547cc429347504095e3a83f6062da05092bd78f98bb5f71d47d24
tox_1.7.1.orig.tar.gz 82.7 KiB 869cb9e07847a9f0238f5a5029f3621504a5a3ec05af6d878e879b354c6851c4
tox_1.7.1-3.debian.tar.xz 14.9 KiB 14987c8ebd79e4c2e20aae1e500b77a6e41fb40f9cb488282b3bfff92f61e0e9

Available diffs

No changes file available.

Binary packages built by this source

python-tox: 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.