Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from MITLibraries/tox-posargs
Browse files Browse the repository at this point in the history
Add posargs to tox commands
  • Loading branch information
Mike Graves committed Apr 7, 2015
2 parents 3c9db39 + 6e293da commit a888e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist = clean, py26, py27, py33, py34, docs, coverage

[testenv]
commands =
py.test
py.test {posargs}
deps =
pytest
mock
Expand All @@ -24,7 +24,7 @@ deps =
pytest-cov
{[testenv]deps}
commands =
py.test --cov=ogre
py.test --cov=ogre {posargs}
usedevelop = true

[testenv:coveralls]
Expand Down

0 comments on commit a888e84

Please sign in to comment.