Skip to content

Commit 64c5942

Browse files
committed
Run tox tests in verbose mode and include version information
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent b9dda15 commit 64c5942

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

tox.ini

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ envlist =
66
pypy3
77

88
[testenv]
9-
deps=-rtests/test_requirements.txt
10-
commands = py.test {posargs:tests/}
11-
12-
[pep8]
13-
max-line-length=100
9+
deps = -rtests/test_requirements.txt
10+
whitelist_externals =
11+
tox
12+
xmlsec1
13+
commands =
14+
xmlsec1 --version
15+
python --version
16+
pytest --version
17+
tox --version
18+
pip --version
19+
pip freeze
20+
pytest -vvv -ra {posargs:tests/}

0 commit comments

Comments
 (0)