blob: 67386d1a8e57ca5ccb64519c767ce7b638cfd4ba [file] [log] [blame]
Jean-Paul Calderone26f2c342014-01-10 14:09:40 -05001[tox]
Jean-Paul Calderone2b1e0bd2014-01-11 07:50:18 -05002envlist = pypy,py26,py27,py32,py33
Jean-Paul Calderone26f2c342014-01-10 14:09:40 -05003
4[testenv]
Jean-Paul Calderone35d93a42014-01-10 14:32:58 -05005setenv =
6 # Do not allowed the executing environment to pollute the test environment
7 # with extra packages.
8 PYTHONPATH=
Jean-Paul Calderone35d93a42014-01-10 14:32:58 -05009# The standard library unittest module can run tests on Python 2.7 and newer
Jean-Paul Calderone2b1e0bd2014-01-11 07:50:18 -050010commands = python setup.py test