mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add python 3.5 testing environment
Python 3.5 is not yet fully integrated in travis. Include workaround to enable it for now.
This commit is contained in:
parent
2d84c04add
commit
bfafb3a492
2 changed files with 7 additions and 1 deletions
|
|
@ -7,6 +7,11 @@ env:
|
|||
- TOX_ENV=py27
|
||||
- TOX_ENV=py33
|
||||
- TOX_ENV=py34
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.5
|
||||
env:
|
||||
- TOX_ENV=py35
|
||||
addons:
|
||||
apt_packages:
|
||||
- pandoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue