tox.ini 97 B

1234567
  1. [tox]
  2. envlist = py26, py27, py31, py32, py33
  3. [testenv]
  4. deps = nose-cov
  5. commands = nosetests []