mirror of https://github.com/secdev/scapy.git
Use coverage for all the tests
This commit is contained in:
parent
eea7eb151e
commit
5d39578828
12
.travis.yml
12
.travis.yml
|
@ -30,14 +30,18 @@ matrix:
|
|||
|
||||
- os: linux
|
||||
python: pypy
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
env:
|
||||
- SCAPY_COVERAGE=yes
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
env:
|
||||
- SCAPY_USE_PCAPDNET=yes
|
||||
- SCAPY_COVERAGE=yes
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
env:
|
||||
- SCAPY_USE_PCAPDNET=yes SCAPY_COVERAGE=yes
|
||||
|
||||
# Run as root
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in New Issue