Skip to content

Commit 152a65d

Browse files
committed
Update python modules
1 parent 604fc9d commit 152a65d

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
language: python
33
python:
4-
- 3.6
4+
- 3.8
55
script:
66
- molecule lint
77
- molecule destroy

molecule/default/molecule.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ dependency:
77
force: false
88
driver:
99
name: docker
10-
lint:
11-
name: yamllint
12-
options:
13-
config-file: molecule/resources/yamllint.conf
14-
s: false
10+
11+
lint: |
12+
yamllint -c molecule/resources/yamllint.conf .
13+
1514
platforms:
1615
- name: common
1716
image: ubuntu:16.04

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ansible==2.7.16
2-
molecule==2.18.1
3-
zabbix-api==0.5.3
1+
ansible==2.10.0
2+
molecule==3.0.8
3+
zabbix-api==0.5.4
44
python-vagrant==0.5.15
55
docker-py==1.10.6
6-
pytest-xdist==1.23.2
6+
pytest-xdist==2.1.0

0 commit comments

Comments
 (0)