-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

tox


> Automate Python testing across multiple Python versions.

> Use tox.ini to configure environments and test command.

More information.


Run tests on all test environments:

tox

Create a `tox.ini` configuration:

tox-quickstart

List the available environments:

tox --listenvs-all

Run tests on a specific environment (e.g. python 3.6):

tox -e {py36}

Force the virtual environment to be recreated:

tox --recreate -e {py27}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:58:41 2024