Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 38dc89a

Browse files
Activate coverage during tests
1 parent 8248083 commit 38dc89a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ clean:
6767
rm -rf examples/l5pc/L5PC.py
6868
rm -rf examples/l5pc/x86_64
6969
rm -rf examples/stochkv/x86_64
70-
rm -rf .coverage
71-
rm -rf coverage.xml
7270
find . -name "*.pyc" -exec rm -rf {} \;
7371
l5pc_start: install
7472
cd examples/l5pc && \

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python =
1313
[testenv]
1414
envdir =
1515
py27{-unit,-functional,-style,-syntax}: {toxworkdir}/py27
16-
py3{5,6,7,8,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
16+
py3{5,6,7,8,9,10,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
1717
docs: {toxworkdir}/docs
1818
deps =
1919
coverage

0 commit comments

Comments
 (0)