Skip to content

Commit 6f2a22e

Browse files
committed
Use console syntax in complex tox example [ci skip]
1 parent 4e2c677 commit 6f2a22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ The full syntax for invoking `tox` is
392392

393393
For example,
394394

395-
```shell
396-
PYJULIA_TEST_REBUILD=yes JULIA_EXE=~/julia/julia tox -e py37 -- -s
395+
```console
396+
$ PYJULIA_TEST_REBUILD=yes JULIA_EXE=~/julia/julia tox -e py37 -- -s
397397
```
398398

399399
means to execute tests with

0 commit comments

Comments
 (0)