tox
Verified for current stable LTS
Tox Command: Run Tests Specific Environment
Use for run tests specific environment with Tox. Exact CLI syntax to run tests specific environment using Tox.
When to use this: Use for run tests specific environment with Tox.
Command Syntax
tox -e <py36> tox -e <py36> Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run tests specific environment using Tox.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Tox Command: Create Tox Initial Configuration
tox-quickstart Tox Command: Force Recreate Virtual Environment tox -r -e <py27> Tox Command: List Available Environments tox -a Tox Command: Run Tests All Environments tox Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file>