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 0ee6a28 commit f9f07ffCopy full SHA for f9f07ff
.travis/test.sh
@@ -2,11 +2,6 @@
2
3
set -euo pipefail
4
5
-if [ ! -d "./molecule/latest" ]; then
6
- tox -- molecule test --all
7
- exit 0
8
-fi
9
-
10
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
11
tox -- molecule test --all --destroy always
12
else
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
minversion = 1.8
-basepython = python3
-envlist = ansible{27,28,29}
+basepython = python3.7
+envlist = py37-ansible{27,28,29}
skipsdist = true
[travis:env]
0 commit comments