Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
Fixes missing libcap development headers on travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Nov 25, 2017
1 parent 0b34ca6 commit 384fed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ matrix:
env: TOX_ENV=pep8
- python: "3.4"
env: TOX_ENV=py34
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y build-essential libcap-dev
install:
- pip install tox
- if [[ $TOX_ENV == py34 ]]; then
Expand Down

0 comments on commit 384fed2

Please sign in to comment.