File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $ tox --help
3939` tox ` is an environment orchestrator, it needs ` tox.ini ` configuration file to define what tools required to
4040setup and execute on your project's test environment.
4141
42- #### 1. A minimal configuration file
42+ #### 1. The default environment
4343
4444Create ` tox.ini ` with the following configuration:
4545``` ini
@@ -87,7 +87,7 @@ What's happened? Under the work directory, a `.tox` directory was created with t
8787
8888You can see ** py** is the default environment created by tox, and py version is what default in your machine.
8989
90- #### 2. Define your environment list
90+ #### 2. Customize the environment list
9191
9292You can control the environment creation by specifying the ` env_list ` or ` envlist ` option
9393
@@ -128,7 +128,7 @@ py39: skipped because could not find python interpreter with spec(s): py39
128128py39: SKIP ⚠ in 0.02 seconds
129129```
130130
131- #### 3. More on Configuration
131+ #### 3. More on ` tox ` configuration
132132
133133There are two types of configurations: core settings ` [tox] ` , and per-run environment settings ` [testenv] ` and ` [testenv:<envname>] ` .
134134
You can’t perform that action at this time.
0 commit comments