2016-01-12 10:36:39 +00:00
|
|
|
language: python
|
|
|
|
|
2016-05-23 14:19:25 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
# Run as a regular user
|
|
|
|
- os: linux
|
|
|
|
python: 2.7
|
2017-10-03 11:32:32 +00:00
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
python: 3.3
|
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
python: 3.4
|
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
python: 3.5
|
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
python: 3.6
|
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
2016-05-23 14:19:25 +00:00
|
|
|
|
|
|
|
- os: linux
|
|
|
|
python: pypy
|
2017-12-27 21:51:31 +00:00
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
2016-05-23 14:19:25 +00:00
|
|
|
|
2016-12-02 07:07:09 +00:00
|
|
|
- os: osx
|
|
|
|
language: generic
|
2017-12-27 21:51:31 +00:00
|
|
|
env:
|
|
|
|
- SCAPY_COVERAGE=yes
|
2016-12-02 07:07:09 +00:00
|
|
|
|
2016-05-23 14:19:25 +00:00
|
|
|
- os: osx
|
|
|
|
language: generic
|
|
|
|
env:
|
2017-12-27 21:51:31 +00:00
|
|
|
- SCAPY_USE_PCAPDNET=yes SCAPY_COVERAGE=yes
|
2016-05-23 14:19:25 +00:00
|
|
|
|
|
|
|
# Run as root
|
|
|
|
- os: linux
|
|
|
|
sudo: required
|
|
|
|
python: 2.7
|
|
|
|
env:
|
2017-10-03 11:32:32 +00:00
|
|
|
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
|
2016-05-23 14:19:25 +00:00
|
|
|
|
|
|
|
- os: linux
|
|
|
|
sudo: required
|
2017-10-03 11:32:32 +00:00
|
|
|
python: 3.3
|
|
|
|
env:
|
|
|
|
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
sudo: required
|
|
|
|
python: 3.4
|
|
|
|
env:
|
|
|
|
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
sudo: required
|
|
|
|
python: 3.5
|
|
|
|
env:
|
|
|
|
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
|
|
|
|
|
|
|
|
- os: linux
|
|
|
|
sudo: required
|
|
|
|
python: 3.6
|
2016-05-23 14:19:25 +00:00
|
|
|
env:
|
2017-01-04 12:53:52 +00:00
|
|
|
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
|
2016-05-23 14:19:25 +00:00
|
|
|
|
2016-10-26 08:03:37 +00:00
|
|
|
- os: linux
|
|
|
|
sudo: required
|
|
|
|
python: 2.7
|
2017-12-22 10:44:16 +00:00
|
|
|
virtualenv:
|
|
|
|
system_site_packages: true
|
2016-10-26 08:03:37 +00:00
|
|
|
env:
|
2017-10-03 11:32:32 +00:00
|
|
|
- SCAPY_SUDO=sudo SCAPY_USE_PCAPDNET=yes SCAPY_COVERAGE=yes
|
|
|
|
|
2016-05-23 14:19:25 +00:00
|
|
|
- os: osx
|
|
|
|
language: generic
|
|
|
|
env:
|
2016-12-27 19:34:16 +00:00
|
|
|
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
|
2016-12-02 07:07:09 +00:00
|
|
|
|
|
|
|
- os: osx
|
|
|
|
language: generic
|
|
|
|
env:
|
2016-12-27 19:34:16 +00:00
|
|
|
- SCAPY_SUDO=sudo SCAPY_USE_PCAPDNET=yes SCAPY_COVERAGE=yes
|
2016-01-12 10:36:39 +00:00
|
|
|
|
2016-05-23 14:19:25 +00:00
|
|
|
install: bash .travis/install.sh
|
2016-01-12 10:36:39 +00:00
|
|
|
|
2016-05-23 14:19:25 +00:00
|
|
|
script: bash .travis/test.sh
|