language: python sudo: required matrix: include: - dist: focal python: 3.6 env: dist="24.04 LTS focal" before_install: - sudo apt-get update -qq - sudo apt-get install -qq vlan pyflakes - PYTHON=`which python` util/install.sh -n install: - make codecheck - pip install pexpect || pip3 install pexpect - util/install.sh -nfvw script: - alias sudo="sudo env PATH=$PATH" - export PYTHON=`which python` - echo 'px import sys; print(sys.version_info)' | sudo $PYTHON bin/mn -v output - sudo $PYTHON bin/mn --test pingall notifications: email: on_success: never # More details: https://docs.travis-ci.com/user/notifications