Travis: Use python 3.5 for molecule

Python 3.5 is the native python version in Ubuntu Xenial:
https://packages.ubuntu.com/xenial/python3
This commit is contained in:
Till Maas 2019-04-29 11:03:46 +02:00
parent 48d17d44b3
commit 2da9e46d16
2 changed files with 4 additions and 2 deletions

View file

@ -169,6 +169,7 @@ max-line-length = 88
python =
2.6: py26
2.7: py27,coveralls,flake8,pylint
3.6: py36,black,ensure_non_running_provider,molecule_lint,molecule_syntax,molecule_test
3.5: molecule_lint,molecule_syntax,molecule_test
3.6: py36,black,ensure_non_running_provider
3.7: py37
3.8: py38