2
0

tox.ini 171 B

1234567891011
  1. [tox]
  2. downloadcache = {toxworkdir}/cache/
  3. [testenv]
  4. commands = make check
  5. recreate = True
  6. whitelist_externals = make
  7. [testenv:noext]
  8. commands = make check-noextensions