Add python 3.5.

This commit is contained in:
Alexandre Vicenzi 2017-01-11 21:33:02 -02:00
parent 062fa8eb3e
commit a765ba9d28

View file

@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install pelican markdown
before_script: