1
0
Fork 0
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:
Marius Gedminas 2015-10-06 09:23:49 +03:00
parent f1f3bc9e50
commit 6fec8fef6c

View file

@ -12,6 +12,7 @@ addons:
- deadsnakes
packages:
- python2.4
- python3.5
install:
- pip install tox PyYAML Jinja2 sphinx
script: