mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Modify tox envs to simplify CI and add Python 3.8
This commit is contained in:
parent
ffc960df5c
commit
125dec493e
3 changed files with 11 additions and 13 deletions
9
tox.ini
9
tox.ini
|
|
@ -1,11 +1,12 @@
|
|||
[tox]
|
||||
envlist = py{35,36,37},docs,flake8
|
||||
envlist = py{3.5,3.6,3.7,3.8},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
py37: python3.7
|
||||
py3.5: python3.5
|
||||
py3.6: python3.6
|
||||
py3.7: python3.7
|
||||
py3.8: python3.8
|
||||
passenv = *
|
||||
usedevelop=True
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue