diff options
author | Marius Gedminas <marius@gedmin.as> | 2015-10-06 08:28:16 +0200 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2015-10-06 08:28:16 +0200 |
commit | 3e0fbad4bb985c2229d0986e5cf33a9361928918 (patch) | |
tree | 9a5deaba54e019f6488edde6d6aacb3f20fba3ba /.travis.yml | |
parent | For some reason Python 3.5 wasn't preinstalled on Travis (diff) | |
download | ansible-3e0fbad4bb985c2229d0986e5cf33a9361928918.tar.xz ansible-3e0fbad4bb985c2229d0986e5cf33a9361928918.zip |
We need Python.h to build pycrypto on 3.5
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 97c62cff67..d030e014f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - deadsnakes packages: - python2.4 - - python3.5 + - python3.5-dev install: - pip install tox PyYAML Jinja2 sphinx script: |