Commit 6fec8fef by Marius Gedminas

For some reason Python 3.5 wasn't preinstalled on Travis

parent f1f3bc9e
...@@ -12,6 +12,7 @@ addons: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment