We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604fc9d commit 152a65dCopy full SHA for 152a65d
.travis.yml
@@ -1,7 +1,7 @@
1
---
2
language: python
3
python:
4
- - 3.6
+ - 3.8
5
script:
6
- molecule lint
7
- molecule destroy
molecule/default/molecule.yml
@@ -7,11 +7,10 @@ dependency:
force: false
8
driver:
9
name: docker
10
-lint:
11
- name: yamllint
12
- options:
13
- config-file: molecule/resources/yamllint.conf
14
- s: false
+
+lint: |
+ yamllint -c molecule/resources/yamllint.conf .
15
platforms:
16
- name: common
17
image: ubuntu:16.04
requirements.txt
@@ -1,6 +1,6 @@
-ansible==2.7.16
-molecule==2.18.1
-zabbix-api==0.5.3
+ansible==2.10.0
+molecule==3.0.8
+zabbix-api==0.5.4
python-vagrant==0.5.15
docker-py==1.10.6
-pytest-xdist==1.23.2
+pytest-xdist==2.1.0
0 commit comments