tox.ini 292 B

12345678910
  1. [tox]
  2. envlist = pypy,py26,py27,py32,py33
  3. [testenv]
  4. setenv =
  5. # Do not allowed the executing environment to pollute the test environment
  6. # with extra packages.
  7. PYTHONPATH=
  8. # The standard library unittest module can run tests on Python 2.7 and newer
  9. commands = python setup.py test