scapy/.travis.yml

40 lines
737 B
YAML
Raw Normal View History

language: python
matrix:
include:
# Run as a regular user
- os: linux
python: 2.7
- os: linux
python: pypy
- os: osx
language: generic
env:
2016-08-12 11:36:08 +00:00
- SCAPY_USE_PCAPDNET=yes
# Run as root
- os: linux
sudo: required
python: 2.7
env:
- TRAVIS_SUDO=sudo
- os: linux
sudo: required
python: 2.7
env:
- TRAVIS_SUDO=sudo
2016-08-12 11:36:08 +00:00
- SCAPY_USE_PCAPDNET=yes
- os: osx
language: generic
env:
- TRAVIS_SUDO=sudo
2016-08-12 11:36:08 +00:00
- SCAPY_USE_PCAPDNET=yes
install: bash .travis/install.sh
script: bash .travis/test.sh