This is the command tox that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
tox - A generic virtualenv management and test tool.
SYNOPSIS
tox [options] [args]
DESCRIPTION
tox is a generic virtualenv management and test command line tool you can use for:
· checking that 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 front-end to Continuous Integration servers, greatly reducing boilerplate
and merging CI and shell-based testing
OPTIONS
-h, --help
Show the help message and exit.
--version
Report version information to stdout.
-v Increase the verbosity of reporting output.
--showconfig
Show configuration information.
-c <path>
Use the specified path as the configuration file.
-e <envlist>
Work against specified environments. ALL selects all available environments.
--notest
Skip invoking test commands.
--sdistonly
Only perform the sdist packaging activity.
-i <url>
Set indexserver url (if url is of form name=url set the url for the name
indexserver, specifically)
-r, --recreate
Force recreation of virtual environments.
Use tox online using onworks.net services