Skip to content

Commit 0ee6a28

Browse files
committed
molecule: pin tox python interpreter version
1 parent d17605c commit 0ee6a28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

molecule/alternative/tests/test_alternative.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import pytest
21
import os
32
import testinfra.utils.ansible_runner
43

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
minversion = 1.8
3-
envlist = py37-ansible{27,28,29}
3+
basepython = python3
4+
envlist = ansible{27,28,29}
45
skipsdist = true
56

67
[travis:env]

0 commit comments

Comments
 (0)