Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
ci: move deployment to use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Aug 16, 2019
1 parent 66c3e26 commit 02dce73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# sudo: required
dist: xenial
language: python
python:
- "3.7"
cache: pip
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y golang sshpass
install:
- pip install ansible jmespath git-lfs ara ansible-lint
- pip3 install ansible jmespath git-lfs ara ansible-lint
script:
- ansible-galaxy install -r roles/requirements.yml
- ansible-playbook --syntax-check site.yml
Expand Down

0 comments on commit 02dce73

Please sign in to comment.