mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Removing python 2.4 from travis install
This commit is contained in:
parent
00daf43aed
commit
e7009a14b4
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- deadsnakes
|
- deadsnakes
|
||||||
packages:
|
#packages:
|
||||||
- python2.4
|
# - python2.4
|
||||||
install:
|
install:
|
||||||
- pip install tox PyYAML Jinja2 sphinx
|
- pip install tox PyYAML Jinja2 sphinx
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue