Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
🤖 sync with cloudalchemy/skeleton (SHA: f4521f6a): use latest availab…
Browse files Browse the repository at this point in the history
…le python (#60)
  • Loading branch information
cloudalchemybot authored and mergify[bot] committed Jan 8, 2020
1 parent 973bef3 commit c39fa02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: xenial
sudo: required
language: python
python:
- 3.5
- 3.7
cache: pip
services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = py{35}-ansible{27,28,29}
envlist = py3-ansible{27,28,29}
skipsdist = true

[travis:env]
Expand All @@ -10,7 +10,7 @@ ANSIBLE=
2.9: ansible29

[testenv]
passenv = *
passenv = GH_* DOCKER_HOST MOLECULE_*
deps =
-rtest-requirements.txt
ansible27: ansible<2.8
Expand Down

0 comments on commit c39fa02

Please sign in to comment.