From 3e0fbad4bb985c2229d0986e5cf33a9361928918 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Tue, 6 Oct 2015 09:28:16 +0300 Subject: [PATCH] We need Python.h to build pycrypto on 3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: