mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add Python 3.7 support to Travis and Tox
This commit is contained in:
parent
0da7ac677a
commit
dbdbd43511
2 changed files with 7 additions and 1 deletions
|
|
@ -12,6 +12,11 @@ matrix:
|
|||
- python: 3.6
|
||||
env:
|
||||
- TOX_ENV=py36
|
||||
- python: 3.7
|
||||
sudo: true
|
||||
dist: xenial
|
||||
env:
|
||||
- TOX_ENV=py37
|
||||
addons:
|
||||
apt_packages:
|
||||
- pandoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue