Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit d6a81d4

Browse files
committed
Slightly clean up tox.ini
1 parent 6c79991 commit d6a81d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ envlist = py27,coverage
55
[testenv]
66
setenv =
77
PYTHONPATH = {toxinidir}:{toxinidir}/ethereum
8-
#commands = python setup.py test
98
commands = coverage run --source=ethereum --branch -m py.test {posargs}
109
deps =
1110
-r{toxinidir}/requirements.txt
@@ -15,5 +14,6 @@ deps =
1514
[testenv:coverage]
1615
deps =
1716
coverage
17+
skip_install = true
1818
commands =
1919
coverage report --show-missing

0 commit comments

Comments
 (0)