Commit 6fec8fef by Marius Gedminas

For some reason Python 3.5 wasn't preinstalled on Travis

parent f1f3bc9e
......@@ -12,6 +12,7 @@ addons:
- deadsnakes
packages:
- python2.4
- python3.5
install:
- pip install tox PyYAML Jinja2 sphinx
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