Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit d726e5d

Browse files
cloudalchemybotmergify[bot]
authored andcommitted
🤖 sync with cloudalchemy/skeleton (SHA: f4521f6a): use latest available python (#29)
1 parent d904299 commit d726e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: xenial
33
sudo: required
44
language: python
55
python:
6-
- 3.5
6+
- 3.7
77
cache: pip
88
services:
99
- docker

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.8
3-
envlist = py{35}-ansible{27,28,29}
3+
envlist = py3-ansible{27,28,29}
44
skipsdist = true
55

66
[travis:env]
@@ -10,7 +10,7 @@ ANSIBLE=
1010
2.9: ansible29
1111

1212
[testenv]
13-
passenv = *
13+
passenv = GH_* DOCKER_HOST MOLECULE_*
1414
deps =
1515
-rtest-requirements.txt
1616
ansible27: ansible<2.8

0 commit comments

Comments
 (0)