Skip to content

Commit 2a69326

Browse files
wip: Add python 2.7
1 parent 6f49f10 commit 2a69326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
# python-version: ['2.7', '3.6', '3.7', '3.8', '3.9']
12-
python-version: ['3.6', '3.7', '3.8', '3.9']
13-
tox-version: [ 'WTForms1', 'WTForms2' ]
12+
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9']
13+
tox-version: [ 'WTForms2' ]
1414
exclude:
1515
- python-version: 3.8
1616
tox-version: WTForms1

0 commit comments

Comments
 (0)