mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add python 3.6 in tox.ini
Python 3.6 is now released, this change added python3.6 in tox.ini
This commit is contained in:
parent
98d1d4e338
commit
15f7444559
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py{27,33,34,35},docs,flake8
|
||||
envlist = py{27,33,34,35,36},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
|
|
@ -7,6 +7,7 @@ basepython =
|
|||
py33: python3.3
|
||||
py34: python3.4
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
passenv = *
|
||||
usedevelop=True
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue