tox 4.13.0-1 source package in Ubuntu

Changelog

tox (4.13.0-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <email address hidden>  Wed, 21 Feb 2024 13:44:55 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox_4.13.0-1.dsc 2.4 KiB e4df2ecfb9570174e13a83f7622c54e51a3b9b6040576834f37b3ff4ceb2188b
tox_4.13.0.orig.tar.gz 310.4 KiB 713bdcd73c0df9fee229a6b869a9f1dc3e5f363f6dc67036d543b189f369fa21
tox_4.13.0-1.debian.tar.xz 9.7 KiB 6b5e4e8a03e75957ce078061b600010b47d204adac43835b8fb7fbf1862f8838

Available diffs

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.