Skip to content

Commit

Permalink
Merge pull request #31 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
shounak-opcito committed Nov 9, 2020
2 parents cde847b + 85abdaf commit 2ed3833
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
dist: trusty
dist: xenial
sudo: required
language: python

python: "3.7"

services:
- docker

Expand All @@ -21,8 +24,6 @@ env:
- MOLECULE_DISTRO: fedora:28
MOLECULE_SERVICE_MANAGER: systemd
MOLECULE_COMMAND: /usr/sbin/init
- MOLECULE_DISTRO: ubuntu-upstart:trusty
MOLECULE_COMMAND: /sbin/init
- MOLECULE_DISTRO: ubuntu:xenial
MOLECULE_COMMAND: /sbin/init
- MOLECULE_DISTRO: ubuntu:bionic
Expand All @@ -33,7 +34,7 @@ env:
MOLECULE_COMMAND: /lib/systemd/systemd

install:
- pip install molecule yamllint ansible-lint flake8 testinfra docker
- pip install molecule yamllint ansible-lint flake8 testinfra docker molecule-docker

before_script:
- cd ../
Expand Down

0 comments on commit 2ed3833

Please sign in to comment.