mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Drop unsupported Python 3.3
This commit is contained in:
parent
f8da7077d8
commit
ce0787f0d3
6 changed files with 5 additions and 10 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,10 +1,9 @@
|
|||
[tox]
|
||||
envlist = py{27,33,34,35,36},docs,flake8
|
||||
envlist = py{27,34,35,36},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py27: python2.7
|
||||
py33: python3.3
|
||||
py34: python3.4
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue