Skip to content

Commit 695f881

Browse files
committed
tox: skip integration tests by default, make pytest args cmdline overridable
1 parent edf7c33 commit 695f881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps = -rrequirements.txt
1414

1515
[testenv:integration]
1616
passenv = *
17-
commands = py.test test/ -x --integration-tests
17+
commands = py.test test/ {posargs: -x}
1818
deps = -rrequirements.txt
1919
-rrequirements-dev.txt
2020

0 commit comments

Comments
 (0)