tox.ini 280 B

1234567891011121314151617
  1. [tox]
  2. skipsdist = true
  3. envlist = python
  4. [testenv]
  5. deps = pytest
  6. requests
  7. requests_download
  8. distlib
  9. jinja2
  10. yarg
  11. testpath
  12. responses
  13. commands = pytest nsist/tests
  14. [testenv:notnetwork]
  15. commands = pytest -m "not network" nsist/tests