Skip to content

Commit

Permalink
more traivs friendly way of installing packages
Browse files Browse the repository at this point in the history
removes need for sudo
  • Loading branch information
stephengroat authored Jan 23, 2018
1 parent b213238 commit 2abf6af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ python: 2.7
env:
- TOX_ENV=py27

before_install:
- sudo apt-get update
- sudo apt-get install -y gnupg
addons:
apt:
packages:
- gnupg

install:
- pip install tox coveralls
Expand Down

0 comments on commit 2abf6af

Please sign in to comment.