1 parent f417350 commit 1c35cc7Copy full SHA for 1c35cc7
1 file changed
README.md
@@ -197,11 +197,11 @@ pixi run test-cov # runs tests and measures coverage
197
To run the unit tests for different versions of Python do one or more of the items below:
198
199
```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
+pixi run -e test39 test
+pixi run -e test310 test
+pixi run -e test311 test
+pixi run -e test312 test
+pixi run -e test313 test
205
```
206
207
### Releasing
0 commit comments