mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
48d17d44b3
commit
2da9e46d16
2 changed files with 4 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue