python-nox 2019.5.30-1 source package in Ubuntu

Changelog

python-nox (2019.5.30-1) unstable; urgency=low

  * Initial release (Closes: #932979).

 -- Michael Fladischer <email address hidden>  Thu, 25 Jul 2019 13:07:43 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nox_2019.5.30-1.dsc 1.8 KiB d40455aa6d366eea4e7ccb32480ed925280e8f9f304cfeed4edbf15df8c3d83c
python-nox_2019.5.30.orig.tar.gz 3.8 MiB 0fb712d8957d10cfaacc2fddc3abfad0f2cb94f55235a046663581df5cb9e239
python-nox_2019.5.30-1.debian.tar.xz 2.9 KiB 8681d21e5586f8e0b7df898e58ecaa4ab4868b11d631859460654f22182693e3

No changes file available.

Binary packages built by this source

nox: No summary available for nox in ubuntu eoan.

No description available for nox in ubuntu eoan.

python-nox-doc: No summary available for python-nox-doc in ubuntu eoan.

No description available for python-nox-doc in ubuntu eoan.

python3-nox: Flexible test automation (Python3 version)

 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.
 .
 This package contains the Python 3 version of the library.