mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
We need Python.h to build pycrypto on 3.5
This commit is contained in:
parent
6fec8fef6c
commit
3e0fbad4bb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ addons:
|
||||||
- deadsnakes
|
- deadsnakes
|
||||||
packages:
|
packages:
|
||||||
- python2.4
|
- python2.4
|
||||||
- python3.5
|
- python3.5-dev
|
||||||
install:
|
install:
|
||||||
- pip install tox PyYAML Jinja2 sphinx
|
- pip install tox PyYAML Jinja2 sphinx
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue