Skip to content

Commit 1c35cc7

Browse files
committed
[readme] Fix test line
1 parent f417350 commit 1c35cc7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ pixi run test-cov # runs tests and measures coverage
197197
To run the unit tests for different versions of Python do one or more of the items below:
198198
199199
```sh
200-
pixi run -e test39 test; done
201-
pixi run -e test310 test; done
202-
pixi run -e test311 test; done
203-
pixi run -e test312 test; done
204-
pixi run -e test313 test; done
200+
pixi run -e test39 test
201+
pixi run -e test310 test
202+
pixi run -e test311 test
203+
pixi run -e test312 test
204+
pixi run -e test313 test
205205
```
206206
207207
### Releasing

0 commit comments

Comments
 (0)