Print Python version

This commit is contained in:
Guillaume Valadon 2017-09-28 15:47:48 +02:00 committed by Guillaume Valadon
parent d1f7bccd8c
commit 4733cce0a4
1 changed files with 1 additions and 0 deletions

View File

@ -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