Commit 667e7822 authored by Chris Mayo's avatar Chris Mayo

Drop testing Python 3.4 and add 3.7 and 3.8

Python 3.4 is EOL.

WTForms1 is not compatible with Python 3.8.
parent 844f1eaf
...@@ -10,10 +10,6 @@ matrix: ...@@ -10,10 +10,6 @@ matrix:
env: TOX_ENV=flake8 env: TOX_ENV=flake8
- python: 2.7 - python: 2.7
env: TOX_ENV=docs-html env: TOX_ENV=docs-html
- python: 3.4
env: TOX_ENV=py34-WTForms1
- python: 3.4
env: TOX_ENV=py34-WTForms2
- python: 3.5 - python: 3.5
env: TOX_ENV=py35-WTForms1 env: TOX_ENV=py35-WTForms1
- python: 3.5 - python: 3.5
...@@ -22,6 +18,12 @@ matrix: ...@@ -22,6 +18,12 @@ matrix:
env: TOX_ENV=py36-WTForms1 env: TOX_ENV=py36-WTForms1
- python: 3.6 - python: 3.6
env: TOX_ENV=py36-WTForms2 env: TOX_ENV=py36-WTForms2
- python: 3.7
env: TOX_ENV=py37-WTForms1
- python: 3.7
env: TOX_ENV=py37-WTForms2
- python: 3.8
env: TOX_ENV=py38-WTForms2
addons: addons:
postgresql: "9.4" postgresql: "9.4"
......
[tox] [tox]
envlist = envlist =
py{27,34,35,36}-WTForms{1,2} py{27,35,36,37}-WTForms{1,2}
py38-WTForms2
flake8 flake8
docs-html docs-html
skipsdist = true skipsdist = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment