mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
For some reason Python 3.5 wasn't preinstalled on Travis
This commit is contained in:
parent
f1f3bc9e50
commit
6fec8fef6c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ addons:
|
|||
- deadsnakes
|
||||
packages:
|
||||
- python2.4
|
||||
- python3.5
|
||||
install:
|
||||
- pip install tox PyYAML Jinja2 sphinx
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue