From 1c35cc7b3b24c12241d7981104414c1a8736bcc9 Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Wed, 20 Nov 2024 18:40:15 +0100 Subject: [PATCH] [readme] Fix test line --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c4e3d21..a5289c7 100644 --- a/README.md +++ b/README.md @@ -197,11 +197,11 @@ pixi run test-cov # runs tests and measures coverage To run the unit tests for different versions of Python do one or more of the items below: ```sh -pixi run -e test39 test; done -pixi run -e test310 test; done -pixi run -e test311 test; done -pixi run -e test312 test; done -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 ``` ### Releasing