Skip to content

Commit f1e8ede

Browse files
authored
Merge pull request #83 from altendky/one_command
Just one command in tox.ini
2 parents bdf52a7 + 299fcea commit f1e8ede

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ deps=
1515
qt5reactor: qt5reactor
1616
qt5reactor: pytest-xvfb
1717
qt5reactor: pyqt5
18+
setenv=
19+
defaultreactor: REACTOR = default
20+
qt5reactor: REACTOR = qt5reactor
21+
asyncioreactor: REACTOR = asyncio
1822
commands=
19-
defaultreactor: pytest --reactor=default
20-
qt5reactor: pytest --reactor=qt5reactor
21-
asyncioreactor: pytest --reactor=asyncio
23+
pytest --reactor={env:REACTOR}
2224
sitepackages=False
2325
download=true
2426

0 commit comments

Comments
 (0)