Skip to content

Commit f9f07ff

Browse files
committed
.travis: run tests
1 parent 0ee6a28 commit f9f07ff

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis/test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -euo pipefail
44

5-
if [ ! -d "./molecule/latest" ]; then
6-
tox -- molecule test --all
7-
exit 0
8-
fi
9-
105
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
116
tox -- molecule test --all --destroy always
127
else

tox.ini

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

77
[travis:env]

0 commit comments

Comments
 (0)