Skip to content

Commit e4c70c7

Browse files
committed
Tox: whitelist valgrind to avoid a warning
1 parent b519f3e commit e4c70c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
envlist = py27,py35,py36
33
[testenv]
4+
whitelist_externals = valgrind
45
commands=
56
python tests/parse_ifconfig.py -v
67
python -m unittest discover -v

0 commit comments

Comments
 (0)