Skip to content

Commit

Permalink
Install libkrb5-dev (required by pykerberos)
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Apr 4, 2016
1 parent edd9aab commit 886bd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ python:
# - "3.3"
# - "3.4"
before_install:
- "sudo apt-get -qq update"
- "sudo apt-get install -y libkrb5-dev"
- "pip install -U pip setuptools virtualenv coveralls"
install:
- "pip install -e .[bitly]"
Expand Down

0 comments on commit 886bd70

Please sign in to comment.