July 25, 2013
10:25 a.m.
25.07.2013 13:02, Nathaniel Smith kirjoitti: [clip]
Or you can install 'tox', and then running 'tox -e py27' will do the above, 'tox -e py27,py33' will check both 2.7 and 3.3, plain 'tox' will test all supported configurations (this requires you have lots of python interpreter versions installed), etc.
Or: python runtests.py -- Pauli Virtanen