We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456032c commit e60bc5eCopy full SHA for e60bc5e
1 file changed
README.md
@@ -399,6 +399,13 @@ $ pypy test_umsgpack.py
399
$ pypy3 test_umsgpack.py
400
```
401
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
409
## License
410
411
u-msgpack-python is MIT licensed. See the included `LICENSE` file for more details.
0 commit comments