Skip to content

Commit cb20c89

Browse files
committed
Thankfully trial works everywhere now.
1 parent d1237cb commit cb20c89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ whitelist_externals =
1010
sh
1111
virtualenv
1212
commands =
13-
py{27,35,py,py3}: {envbindir}/green [] jsonschema
13+
py{27,35,py,py3}: {envbindir}/trial [] jsonschema
1414

1515
{envpython} -m doctest {toxinidir}/README.rst
1616
py{27,35}: {envbindir}/sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
@@ -28,7 +28,7 @@ commands =
2828
deps =
2929
-e{toxinidir}[format]
3030

31-
py{27,35,py,py3},coverage: green
31+
py{27,35,py,py3},coverage: twisted
3232
coverage: coverage
3333

3434
py{27,py,py3},coverage: mock
@@ -39,7 +39,7 @@ deps =
3939

4040
[testenv:coverage]
4141
commands =
42-
coverage run --branch --source {toxinidir}/jsonschema [] {envbindir}/green jsonschema
42+
coverage run --branch --source {toxinidir}/jsonschema [] {envbindir}/trial jsonschema
4343
coverage report --show-missing
4444
coverage html
4545

0 commit comments

Comments
 (0)