8000 Merge pull request #202 from hashar/tox · gitpython-developers/GitPython@9c39afa · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c39afa

Browse files
committed
Merge pull request #202 from hashar/tox
tox commands now have {posargs} as argument
2 parents 15c4a95 + 18fff4d commit 9c39afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
envlist = py26,py27,flake8
33

44
[testenv]
5-
commands = nosetests
5+
commands = nosetests {posargs}
66
deps = -r{toxinidir}/requirements.txt
77
-r{toxinidir}/test-requirements.txt
88

99
[testenv:cover]
10-
commands = nosetests --with-coverage
10+
commands = nosetests --with-coverage {posargs}
1111

1212
[testenv:flake8]
13-
commands = flake8
13+
commands = flake8 {posargs}
1414

1515
[testenv:venv]
1616
commands = {posargs}

0 commit comments

Comments
 (0)
0