1
0
Fork 0
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:
Marius Gedminas 2015-10-06 09:28:16 +03:00
parent 6fec8fef6c
commit 3e0fbad4bb

View file

@ -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: