Skip to content

Commit

Permalink
install python-apt at sys level
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Mar 28, 2018
1 parent baa6d12 commit d72b6b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ env:
- ROLE_OPTIONS="nodejs_install_method=package"
- ROLE_OPTIONS="nodejs_install_method=binary"
install:
- pip install -U ansible python-apt python-pycurl
- sudo apt-get install python-apt
- pip install -U ansible python-pycurl
# Install dependencies
- ansible-galaxy install -r tests/requirements.yml
script:
Expand Down

0 comments on commit d72b6b8

Please sign in to comment.