added .travis.yml

This commit is contained in:
byt3bl33d3r 2015-08-11 15:25:24 +02:00
commit 81c3400383

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- "2.7"
sudo: required
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev"
install: "pip install -r requirements.txt"