summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* fix: Make tests runnable with both unittest and pytestMarcel Hellkamp2022-06-121-1/+1
| | | | | The old test method (test/testall.py) was broken. Travis was removed, because it does not support py25 anymore anyway.
* Add py33 to tox.iniMarc Abramowitz2012-06-161-1/+1
|
* add tox.ini in order to easily test with multiple python versionsRalf Schmitt2011-12-021-0/+22
tox allows running tests for multiple python versions with a different set of installed packages. To try it, run: tox -e py25,py27-most The default is to test with python 2.5, 2.6, 2.7, 3.2. These must be installed on the machine. tox can be found here: http://pypi.python.org/pypi/tox