tox 4.11.4-1 source package in Ubuntu

Changelog

tox (4.11.4-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <email address hidden>  Tue, 28 Nov 2023 12:12: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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox_4.11.4-1.dsc 2.4 KiB cf4e20718bbdb9d6b297263a6706ae08ae8ce205dfa26a190b4498f03dc5c3b8
tox_4.11.4.orig.tar.gz 306.8 KiB 7b59d1e61f2324a6fe8390a7360494639e618a16899de9e12bedf77555a3ef03
tox_4.11.4-1.debian.tar.xz 9.6 KiB 8f04e096967ac1253692d30fb9d85c41b2e258b0b8b4ac38de49285d4b1e8b28

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.