Skip to content

Commit

Permalink
Allow passing options to pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed Jan 27, 2016
1 parent e121fb8 commit 61b831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]

[testenv]
commands = py.test --cov-report html --cov-report term --cov sqlalchemy_schemadisplay
commands = py.test --cov-report html --cov-report term --cov sqlalchemy_schemadisplay {posargs}

[basedeps]
deps =
Expand Down

0 comments on commit 61b831a

Please sign in to comment.