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

Commit

Permalink
Slightly clean up tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ulope committed Oct 30, 2015
1 parent 6c79991 commit d6a81d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist = py27,coverage
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/ethereum
#commands = python setup.py test
commands = coverage run --source=ethereum --branch -m py.test {posargs}
deps =
-r{toxinidir}/requirements.txt
Expand All @@ -15,5 +14,6 @@ deps =
[testenv:coverage]
deps =
coverage
skip_install = true
commands =
coverage report --show-missing

0 comments on commit d6a81d4

Please sign in to comment.