Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
667e7822
Commit
667e7822
authored
Mar 17, 2020
by
Chris Mayo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
.travis.yml
.travis.yml
+6
-4
tox.ini
tox.ini
+2
-1
No files found.
.travis.yml
View file @
667e7822
...
...
@@ -10,10 +10,6 @@ matrix:
env
:
TOX_ENV=flake8
-
python
:
2.7
env
:
TOX_ENV=docs-html
-
python
:
3.4
env
:
TOX_ENV=py34-WTForms1
-
python
:
3.4
env
:
TOX_ENV=py34-WTForms2
-
python
:
3.5
env
:
TOX_ENV=py35-WTForms1
-
python
:
3.5
...
...
@@ -22,6 +18,12 @@ matrix:
env
:
TOX_ENV=py36-WTForms1
-
python
:
3.6
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
:
postgresql
:
"
9.4"
...
...
tox.ini
View file @
667e7822
[tox]
envlist
=
py{27,34,35,36}-WTForms{1,2}
py{27,35,36,37}-WTForms{1,2}
py38-WTForms2
flake8
docs-html
skipsdist
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment