2
0

tox.ini 388 B

1234567891011121314151617181920212223242526
  1. [tox]
  2. downloadcache = {toxworkdir}/cache/
  3. envlist = py27, pypy, py27-noext, pypy-noext
  4. [testenv]
  5. deps =
  6. unittest2
  7. commands = make check
  8. recreate = True
  9. whitelist_externals = make
  10. [testenv:py24]
  11. setenv =
  12. PIP_INSECURE=1
  13. [testenv:py25]
  14. setenv =
  15. PIP_INSECURE=1
  16. [testenv:py27-noext]
  17. commands = make check-noextensions
  18. [testenv:pypy-noext]
  19. commands = make check-noextensions