tox.ini 145 B

1234567
  1. [tox]
  2. envlist = py32, py33
  3. [testenv]
  4. # Change dir to avoid import problem
  5. changedir = docs
  6. commands = {envpython} -m attic.testsuite.run -bv []