Skip to content

Commit 0154fd2

Browse files
committed
Less repetitive repetetive.
1 parent b576c08 commit 0154fd2

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
@@ -3,7 +3,7 @@ envlist = py26, py27, pypy, py33, py34, docs, style
33

44
[testenv]
55
commands =
6-
py.test [] -s jsonschema
6+
py.test [] jsonschema
77
{envpython} -m doctest README.rst
88
deps =
99
{[testenv:notpy33]deps}
@@ -42,7 +42,7 @@ deps =
4242

4343
[testenv:py33]
4444
commands =
45-
py.test [] -s jsonschema
45+
py.test [] jsonschema
4646
{envpython} -m doctest README.rst
4747
sphinx-build -b doctest docs {envtmpdir}/html
4848
deps =
@@ -69,4 +69,4 @@ deps =
6969
ignore = E203,E302,E303,E701,F811
7070

7171
[pytest]
72-
addopts = -r s
72+
addopts = -r s -s

0 commit comments

Comments
 (0)