tox 3.13.2-2 source package in Ubuntu

Changelog

tox (3.13.2-2) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Scott Kitterman ]
  * Drop tests for python2, they can no longer be run from just packages in
    Testing (Closes: #954451).

 -- Scott Kitterman <email address hidden>  Sun, 22 Mar 2020 12:10:23 -0400

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox_3.13.2-2.dsc 2.2 KiB c2369e64fd9367b3d7b47a11683c9fc89819fa5674ccb054f63923354cfd8fdc
tox_3.13.2.orig.tar.gz 283.2 KiB ee35ffce74933a6c6ac10c9a0182e41763140a5a5070e21b114feca56eaccdcd
tox_3.13.2-2.debian.tar.xz 8.5 KiB 3fe129ef6d4bbe835249f01b1b537efada315ea3d1ddcbfa77aaeb2a15004330

No changes file available.

Binary packages built by this source

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.