shon / httpagentparser

Python HTTP Agent Parser
http://pypi.python.org/pypi/httpagentparser/
MIT License
222 stars 55 forks source link

Use tox to test specified Python versions. #65

Closed todoa2c closed 9 years ago

todoa2c commented 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.

shon commented 9 years ago

Sure. @todoa2c

May I request a quick note in dev-notes.rst. It would be useful.

todoa2c commented 9 years ago

Thanks @shon I wrote dev-notes.rst an usage.