Skip to content

Commit b5aa6ec

Browse files
committed
add tox.ini
1 parent e12423d commit b5aa6ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[tox]
2+
envlist = py38
3+
4+
[testenv]
5+
commands =
6+
py.test
7+
deps =
8+
-rrequirements.txt
9+
pytest
10+
pytest-qt

0 commit comments

Comments
 (0)