
30 Apr
2013
30 Apr
'13
1:01 p.m.
commit d409e2ec21c6433e166a66b6f3620cb9ce3a9a6a Author: Arturo Filastò <art@fuffa.org> Date: Mon Apr 22 17:50:42 2013 +0200 Add libpcap-dev to dependencies --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78cf20e..2845bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python before_install: - - sudo apt-get install tor + - sudo apt-get install tor libpcap-dev python: - "2.7" - "2.6"