From 6fec8fef6c1ba70d8d6cb728160fcc9f8e99e1ad Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Tue, 6 Oct 2015 09:23:49 +0300 Subject: [PATCH] For some reason Python 3.5 wasn't preinstalled on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 734cc58ce76..97c62cff670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ addons: - deadsnakes packages: - python2.4 + - python3.5 install: - pip install tox PyYAML Jinja2 sphinx script: