Skip to content

Commit

Permalink
Merge pull request #55 from avinetworks/AV-97946
Browse files Browse the repository at this point in the history
#AV-97946 Updated python version in travis to python3.7
  • Loading branch information
sabandi authored Oct 30, 2020
2 parents 29d24a6 + a7099b3 commit b7fe99f
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,6 +2,8 @@
language: python
services: docker

python: "3.7"

# Ensure pip is present
addons:
apt:
Expand All @@ -10,7 +12,7 @@ addons:

install:
# Install required packages
- pip install molecule yamllint ansible-lint flake8 testinfra docker
- pip install molecule yamllint ansible-lint flake8 testinfra docker molecule-docker

env:
global:
Expand Down

0 comments on commit b7fe99f

Please sign in to comment.