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: python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5"
install: install:
- pip install pelican markdown - pip install pelican markdown
before_script: before_script: