Skip to content

Commit

Permalink
cleanup !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Feb 26, 2018
1 parent 9098853 commit 10a3436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ directory = build/tests/coverage
[run]
omit = /tmp/*


[tool:pytest]
addopts = --verbose

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ envlist = clean, py27, pypy, py33, py34, py35, py36, py37, pypy3, report
commands = coverage erase

[testenv]
commands = coverage run --rcfile=setup.cfg --source ./src/eyed3 --append -m pytest {posargs:--verbose ./src/test}
commands = coverage run --rcfile=setup.cfg --source ./src/eyed3 --append -m \
pytest {posargs:--verbose ./src/test}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit 10a3436

Please sign in to comment.