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
dcafaa92
Commit
dcafaa92
authored
Jan 31, 2017
by
Paul Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add flake8 to travis.yml
parent
b8bcb4f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
12 deletions
+29
-12
.travis.yml
.travis.yml
+29
-12
No files found.
.travis.yml
View file @
dcafaa92
sudo
:
false
language
:
python
python
:
-
"
2.6"
-
"
2.7"
-
"
3.3"
-
"
3.4"
-
"
3.5"
-
"
3.6"
env
:
-
WTFORMS_VERSION=1
-
WTFORMS_VERSION=2
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
env
:
TOX_ENV=py27-WTForms2
-
python
:
2.7
env
:
TOX_ENV=flake8
-
python
:
3.3
env
:
TOX_ENV=py33-WTForms1
-
python
:
3.3
env
:
TOX_ENV=py33-WTForms2
-
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
env
:
TOX_ENV=py35-WTForms2
-
python
:
3.6
env
:
TOX_ENV=py36-WTForms1
-
python
:
3.6
env
:
TOX_ENV=py36-WTForms2
addons
:
postgresql
:
"
9.4"
...
...
@@ -27,7 +44,7 @@ before_script:
install
:
-
pip install tox
script
:
tox -e
py-WTForms$WTFORMS_VERSION
script
:
tox -e
$TOX_ENV
after_success
:
-
coveralls
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