Skip to content

Commit b55c56b

Browse files
Peter Wilhelmsson2hdddg
authored andcommitted
Tox config to run only unit tests
Needed in testkit unittest step.
1 parent c700c6a commit b55c56b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tox-unit.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[tox]
2+
envlist =
3+
py35
4+
5+
[testenv]
6+
deps =
7+
-r tests/requirements.txt
8+
commands =
9+
coverage erase
10+
coverage run -m pytest -v {posargs} \
11+
tests/unit
12+
coverage report

0 commit comments

Comments
 (0)