We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed93ee0 commit 52e736eCopy full SHA for 52e736e
.gitignore
@@ -0,0 +1,7 @@
1
+.tox/
2
+build/
3
+dist/
4
+*.so
5
+*.pyc
6
+*.py0
7
+__pycache__
tox.ini
+[tox]
+envlist = py27,py35,py36
+[testenv]
+commands=
+ python tests/parse_ifconfig.py -v
+ python -m unittest discover -v
+ valgrind --leak-check=full python tests/test_ethtool.py
0 commit comments