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
30843df1
Unverified
Commit
30843df1
authored
Jan 19, 2018
by
Serge S. Koval
Committed by
GitHub
Jan 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1592 from jbochi/bye_26
Drop support for python 2.6
parents
2c2c98e0
c595d75c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
10 deletions
+3
-10
.travis.yml
.travis.yml
+0
-4
index.rst
doc/index.rst
+1
-1
setup.py
setup.py
+1
-4
tox.ini
tox.ini
+1
-1
No files found.
.travis.yml
View file @
30843df1
...
...
@@ -2,10 +2,6 @@ sudo: false
language
:
python
matrix
:
include
:
-
python
:
2.6
env
:
TOX_ENV=py26-WTForms1
-
python
:
2.6
env
:
TOX_ENV=py26-WTForms2
-
python
:
2.7
env
:
TOX_ENV=py27-WTForms1
-
python
:
2.7
...
...
doc/index.rst
View file @
30843df1
...
...
@@ -41,7 +41,7 @@ Support
****
Python 2.
6 - 2.7 and 3.3 - 3.4
.
Python 2.
7 and 3.3 or higher
.
Indices And Tables
------------------
...
...
setup.py
View file @
30843df1
...
...
@@ -36,9 +36,6 @@ install_requires = [
'wtforms'
]
if
sys
.
version_info
[:
2
]
<
(
2
,
7
):
install_requires
.
append
(
'ordereddict'
)
setup
(
name
=
'Flask-Admin'
,
version
=
grep
(
'__version__'
),
...
...
@@ -76,10 +73,10 @@ setup(
'Programming Language :: Python'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
],
test_suite
=
'nose.collector'
)
tox.ini
View file @
30843df1
[tox]
envlist
=
py{2
6,2
7,33,34,35,36}-WTForms{1,2}
py{27,33,34,35,36}-WTForms{1,2}
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