Skip to content

Commit e60bc5e

Browse files
medecauvsergeev
authored andcommitted
add note about tox to README.md
resolves #28.
1 parent 456032c commit e60bc5e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,13 @@ $ pypy test_umsgpack.py
399399
$ pypy3 test_umsgpack.py
400400
```
401401

402+
Alternatively, you can use `tox` or `detox` to test multiple Python versions at once.
403+
404+
``` text
405+
$ pip install tox
406+
$ tox
407+
```
408+
402409
## License
403410

404411
u-msgpack-python is MIT licensed. See the included `LICENSE` file for more details.

0 commit comments

Comments
 (0)