Skip to content

Commit 65833ea

Browse files
committed
Update headings
1 parent f300806 commit 65833ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4040
setup and execute on your project's test environment.
4141

42-
#### 1. A minimal configuration file
42+
#### 1. The default environment
4343

4444
Create `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

8888
You 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

9292
You 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
128128
py39: SKIP ⚠ in 0.02 seconds
129129
```
130130

131-
#### 3. More on Configuration
131+
#### 3. More on `tox` configuration
132132

133133
There are two types of configurations: core settings `[tox]`, and per-run environment settings `[testenv]` and `[testenv:<envname>]`.
134134

0 commit comments

Comments
 (0)