blob: cf1ea86d6677881f7949ce346b13bf785f418452 [file] [log] [blame]
sudo: false
language: python
python:
- 2.6
- 2.7
- pypy
install:
- pip install pycrypto
script: cd test/; for f in *.uts; do ./run_tests -q -F -t $f -K netaccess -K automaton || exit $?; done; for f in ../scapy/contrib/*.uts ; do ./run_tests -q -F -t $f -K netaccess -K automaton -P "load_contrib('$(basename ${f/.uts})')" || exit $?; done