We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b3a65 commit 7cc607aCopy full SHA for 7cc607a
.travis.yml
@@ -3,7 +3,7 @@ dist: xenial
3
sudo: required
4
language: python
5
python:
6
- - 3.5
+ - 3.7
7
cache: pip
8
services:
9
- docker
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
minversion = 1.8
-envlist = py{35}-ansible{27,28,29}
+envlist = py3-ansible{27,28,29}
skipsdist = true
[travis:env]
@@ -10,7 +10,7 @@ ANSIBLE=
10
2.9: ansible29
11
12
[testenv]
13
-passenv = *
+passenv = GH_* DOCKER_HOST MOLECULE_*
14
deps =
15
-rtest-requirements.txt
16
ansible27: ansible<2.8
0 commit comments