We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6abed commit 67d170cCopy full SHA for 67d170c
tox.ini
@@ -2,8 +2,8 @@
2
envlist = py27
3
4
[testenv]
5
-install_command = pip install -U {opts} {packages} --no-cache
+install_command = pip install -U {opts} {packages}
6
deps = -r{toxinidir}/requirements.txt
7
-commands = py.test {posargs} # Pass all command line args from tox to py.test.
+commands = py.test -s {posargs} # Pass all command line args from tox to py.test.
8
# e.g., `tox <foo>` will invoke `py.test <foo>`.
9
-passenv = CODEBENDER_SELENIUM_HUB_URL
+passenv = *
0 commit comments