Skip to content

Commit

Permalink
install py-apt / pycurl in virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Mar 8, 2018
1 parent f20aafb commit baa6d12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
language: python
python: "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
env:
- ROLE_OPTIONS="nodejs_install_method=source"
- ROLE_OPTIONS="nodejs_install_method=package"
- ROLE_OPTIONS="nodejs_install_method=binary"
install:
- pip install -U ansible
- pip install -U ansible python-apt python-pycurl
# Install dependencies
- ansible-galaxy install -r tests/requirements.yml
script:
Expand Down

0 comments on commit baa6d12

Please sign in to comment.