We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c70c7 commit 4e00b5cCopy full SHA for 4e00b5c
tox.ini
@@ -6,3 +6,5 @@ commands=
6
python tests/parse_ifconfig.py -v
7
python -m unittest discover -v
8
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