tox.ini 380 B

1234567891011121314151617181920
  1. [tox]
  2. downloadcache = {toxworkdir}/cache/
  3. envlist = py26, py27, pypy, py27-noext, pypy-noext, py34, py34-noext
  4. [testenv]
  5. deps =
  6. unittest2
  7. commands = make check
  8. recreate = True
  9. whitelist_externals = make
  10. [testenv:py27-noext]
  11. commands = make check-noextensions
  12. [testenv:pypy-noext]
  13. commands = make check-noextensions
  14. [testenv:py34-noext]
  15. commands = make check-noextensions