mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Merged in msabramo/contextlib2/README_mention_tox (pull request #4)
README.md: Mention tox
This commit is contained in:
commit
5d298e6a33
1 changed files with 6 additions and 1 deletions
|
|
@ -7,7 +7,12 @@ Development
|
|||
|
||||
contextlib2 currently has no dependencies.
|
||||
|
||||
Local testing is currently just a matter of running "python test_contextlib2.py"
|
||||
Local testing is currently just a matter of running `python test_contextlib2.py`.
|
||||
|
||||
You can test against multiple versions of Python with [tox](http://tox.testrun.org/)):
|
||||
|
||||
pip install tox
|
||||
tox
|
||||
|
||||
Continuous integration
|
||||
----------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue