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
304c431f
Commit
304c431f
authored
Jan 30, 2017
by
Paul Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add flake8 test
parent
0e11fdb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
tox.ini
tox.ini
+9
-1
No files found.
tox.ini
View file @
304c431f
[tox]
[tox]
envlist
=
py{26,27,33,34,35,36}-WTForms{1,2}
envlist
=
py{26,27,33,34,35,36}-WTForms{1,2}
,flake8
skipsdist
=
true
skipsdist
=
true
skip_missing_interpreters
=
true
skip_missing_interpreters
=
true
[flake8]
max_line_length
=
120
ignore
=
E402
[testenv]
[testenv]
usedevelop
=
true
usedevelop
=
true
deps
=
deps
=
...
@@ -11,3 +15,7 @@ deps =
...
@@ -11,3 +15,7 @@ deps =
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-dev.txt
commands
=
commands
=
nosetests
flask_admin/tests
--with-coverage
--cover-erase
--cover-inclusive
nosetests
flask_admin/tests
--with-coverage
--cover-erase
--cover-inclusive
[testenv:flake8]
deps
=
flake8
commands
=
flake8 flask_admin
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