Skip to content

Commit

Permalink
Trying to fix pip issues (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpartain89 authored Feb 16, 2018
1 parent f2893ad commit 618cf02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ before_install:
- openssl aes-256-cbc -K $encrypted_08610f60f8e3_key -iv $encrypted_08610f60f8e3_iv
-in .vault_pass.txt.enc -out ./tests/.vault_pass.txt -d
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt
- pip install ansible-vault
- sudo apt-get install -qq python-apt python
- sudo -H pip install -U ansible-vault

install:
- pip install ansible
- sudo -H pip install -U ansible
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"

script:
Expand Down

0 comments on commit 618cf02

Please sign in to comment.