updated .travis.yml for faster tests

This commit is contained in:
byt3bl33d3r 2015-09-05 13:46:16 +02:00
commit 7512c51af5

View file

@ -1,11 +1,13 @@
language: python language: python
python: python:
- "2.7" - "2.7"
sudo: required
before_install: addons:
- "ifconfig" apt:
- "sudo apt-get update -qq" packages:
- "sudo apt-get install tcpdump libpcap0.8-dev libnetfilter-queue-dev libssl-dev" - libpcap0.8-dev
- libnetfilter-queue-dev
- libssl-dev
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
script: nosetests script: nosetests