blob: 433f41d9a143340bdd304f85ea6491c9f9b59c7b [file] [log] [blame]
language: python
dist: bionic # OpenSSL 1.1.1
cache:
directories:
- $HOME/.cache/pip
- .tox
jobs:
include:
# run custom root tests
# isotp
- os: linux
python: 3.8
env:
- TOXENV=py38-isotp_kernel_module,codecov
install:
- bash .config/ci/install.sh
- python -c "from scapy.all import conf; print(repr(conf))"
script: bash .config/ci/test.sh