tox.ini 463 B

1234567891011121314
  1. # tox configuration - if you change anything here, run this to verify:
  2. # fakeroot -u tox --recreate
  3. [tox]
  4. envlist = py32, py33, py34
  5. [testenv]
  6. # Change dir to avoid import problem for cython code. The directory does
  7. # not really matter, should be just different from the toplevel dir.
  8. changedir = {toxworkdir}
  9. deps = -rrequirements.d/development.txt
  10. commands = py.test --cov=borg --pyargs {posargs:borg.testsuite}
  11. # fakeroot -u needs some env vars:
  12. passenv = *