1234567891011121314151617 |
- [tox]
- skipsdist = true
- envlist = python
- [testenv]
- deps = pytest
- requests
- requests_download
- distlib
- jinja2
- yarg
- testpath
- responses
- commands = pytest nsist/tests
- [testenv:notnetwork]
- commands = pytest -m "not network" nsist/tests
|