Skip to content

Commit 8354178

Browse files
committed
Merge pull request #8 from zeulb/tox-2.3.1-compatible
Update tox configuration
2 parents 8f81a6b + e5ab961 commit 8354178

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ deps = -r{toxinidir}/requirements.txt
99
-r{toxinidir}/test-requirements.txt
1010
commands=
1111
py.test -q -s \
12-
--basetemp={envtmpdir} \ # py.test tempdir setting
13-
{posargs} # substitute with tox' positional arguments
12+
--basetemp={envtmpdir} {posargs}
1413

1514
[flake8]
1615
show-source = True

0 commit comments

Comments
 (0)