Don't run coverage on Python unit tests files

This commit is contained in:
Guillaume Valadon 2018-01-31 19:25:16 +01:00
parent c2545752e7
commit f19504c82a
1 changed files with 3 additions and 1 deletions

View File

@ -4,10 +4,12 @@ omit =
/home/travis/virtualenv/python*
# Python specific path
/usr/local/lib/python2.7/*
# Scapy specific paths
# Scapy specific paths & files
test/*
bin/*
scapy/tools/*
*/travis_test_client.py
*/travis_test_server.py
# Libraries
scapy/modules/six.py
scapy/modules/winpcapy.py