@@ -10,4 +10,4 @@ install:
- pip install tox-travis
# Command to run tests
-script: tox -e python
+script: tox -e python -- -v
@@ -12,4 +12,4 @@ install:
build: off
test_script:
- - "%PYTHON%\\python.exe -m tox -e python"
+ - "%PYTHON%\\python.exe -m tox -e python -- -v"
@@ -11,7 +11,7 @@ deps = pytest
yarg
testpath
responses
-commands = pytest nsist/tests
+commands = pytest nsist/tests {posargs}
[testenv:notnetwork]
-commands = pytest -m "not network" nsist/tests
+commands = pytest -m "not network" nsist/tests {posargs}