Skip to content

Commit 67d170c

Browse files
committed
Updated tox.ini
- More verbose output from py.test - Passing all the environment variables into tox, no need to specify explicitly each needed variable
1 parent ee6abed commit 67d170c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
envlist = py27
33

44
[testenv]
5-
install_command = pip install -U {opts} {packages} --no-cache
5+
install_command = pip install -U {opts} {packages}
66
deps = -r{toxinidir}/requirements.txt
7-
commands = py.test {posargs} # Pass all command line args from tox to py.test.
7+
commands = py.test -s {posargs} # Pass all command line args from tox to py.test.
88
# e.g., `tox <foo>` will invoke `py.test <foo>`.
9-
passenv = CODEBENDER_SELENIUM_HUB_URL
9+
passenv = *

0 commit comments

Comments
 (0)