Skip to content

Commit 4e00b5c

Browse files
committed
Tox: run all commands, even with new tox
1 parent e4c70c7 commit 4e00b5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ commands=
66
python tests/parse_ifconfig.py -v
77
python -m unittest discover -v
88
valgrind --leak-check=full python tests/test_ethtool.py
9+
# Run all the above commands, don't worry it reports failure anyway
10+
ignore_errors = True

0 commit comments

Comments
 (0)