Closed todoa2c closed 9 years ago
Hello It's nice that supports both Python 2/3. To test both versions easily, tox is a good solution.
This pull request enables to use tox to execute tests from specified Python versions: 2.5, 2.6, 2.7, 3.3, 3.4 (written in tox.ini)
usage: python setup.py test python -m tox
Thanks.
Sure. @todoa2c
May I request a quick note in dev-notes.rst. It would be useful.
Thanks @shon I wrote dev-notes.rst an usage.
Hello It's nice that supports both Python 2/3. To test both versions easily, tox is a good solution.
This pull request enables to use tox to execute tests from specified Python versions: 2.5, 2.6, 2.7, 3.3, 3.4 (written in tox.ini)
usage: python setup.py test python -m tox
Thanks.