mirror of https://github.com/secdev/scapy.git
Print Python version
This commit is contained in:
parent
d1f7bccd8c
commit
4733cce0a4
|
@ -12,6 +12,7 @@ echo "SCAPY_SUDO=" $SCAPY_SUDO
|
|||
echo "TRAVIS_OS_NAME=" $TRAVIS_OS_NAME
|
||||
|
||||
# Dump Scapy config
|
||||
python --version
|
||||
python -c "from scapy.all import *; print conf"
|
||||
|
||||
# Don't run tests that require root privileges
|
||||
|
|
Loading…
Reference in New Issue