requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

Give description to tox environments

Open kianmeng opened this issue 2 years ago • 0 comments

$ tox -av
...
default environments:
py27   -> run test on python2.7
py34   -> run test on python3.4
py35   -> run test on python3.5
py36   -> run test on python3.6
py37   -> run test on python3.7
py38   -> run test on python3.8
py39   -> run test on python3.9
py310  -> run test on python3.10
pypy   -> run test on pypy
pypy3  -> run test on pypy3
docs   -> mimic readthedocs build
readme -> mimic pypi validation of readme/rst files
black  -> show diff of code format

kianmeng avatar Jul 11 '22 13:07 kianmeng