Skip to content

Commit

Permalink
[readme] Fix test line
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Nov 20, 2024
1 parent f417350 commit 1c35cc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c35cc7

Please sign in to comment.