PyTest 5.0 requires Python 3.5+ so let's update.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ica796ce33dd79fc7e42d4c2795a48f4528ca5e6f
skipsdist=true
[testenv:molecule]
-basepython = python2
+basepython = python3
deps =
ansible
docker
deps = pre-commit
commands =
pre-commit install --hook-type commit-msg
- pre-commit run --all-files
\ No newline at end of file
+ pre-commit run --all-files