For some reason Python 3.5 wasn't preinstalled on Travis

This commit is contained in:
Marius Gedminas 2015-10-06 09:23:49 +03:00
parent f1f3bc9e50
commit 6fec8fef6c

View file

@ -12,6 +12,7 @@ addons:
- deadsnakes - deadsnakes
packages: packages:
- python2.4 - python2.4
- python3.5
install: install:
- pip install tox PyYAML Jinja2 sphinx - pip install tox PyYAML Jinja2 sphinx
script: script: