Code Review
/
ansible
/
roles
/
haveged-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d39fdf5
)
Use Python 3 for molecule tests
09/16609/1
author
Thanh Ha
<zxiiro@gmail.com>
Tue, 20 Aug 2019 02:35:08 +0000
(22:35 -0400)
committer
Thanh Ha
<zxiiro@gmail.com>
Tue, 20 Aug 2019 02:35:08 +0000
(22:35 -0400)
PyTest 5.0 requires Python 3.5+ so let's update.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I43b8b89a412509b6a287baba48e86976239efb52
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
39ab72d
..
0bb5015
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-6,7
+6,7
@@
envlist =
skipsdist=true
[testenv:molecule]
-basepython = python
2
+basepython = python
3
deps =
ansible~=2.7.11
ansible-lint~=4.0.1