Skip to content

Commit

Permalink
add note about tox to README.md
Browse files Browse the repository at this point in the history
resolves #28.
  • Loading branch information
medecau authored and vsergeev committed Apr 19, 2017
1 parent 456032c commit e60bc5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,13 @@ $ pypy test_umsgpack.py
$ pypy3 test_umsgpack.py
```

Alternatively, you can use `tox` or `detox` to test multiple Python versions at once.

``` text
$ pip install tox
$ tox
```

## License

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

0 comments on commit e60bc5e

Please sign in to comment.