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
0dcbb130
Commit
0dcbb130
authored
Mar 17, 2016
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1227 from illume/coveralls-coverage
Test python 3.5 on travisci, and use coveralls and pylint.
parents
56fbc9ce
bb93ee7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+3
-1
requirements-dev.txt
requirements-dev.txt
+2
-0
No files found.
.travis.yml
View file @
0dcbb130
...
@@ -24,5 +24,7 @@ install:
...
@@ -24,5 +24,7 @@ install:
-
pip install "wtforms<$WTFORMS_VERSION.99"
-
pip install "wtforms<$WTFORMS_VERSION.99"
-
pip install -r requirements-dev.txt
-
pip install -r requirements-dev.txt
script
:
nosetests flask_admin/tests --with-coverage --cover-erase --cover-inclusive
script
:
nosetests flask_admin/tests
after_success
:
-
coveralls
requirements-dev.txt
View file @
0dcbb130
...
@@ -13,3 +13,5 @@ geoalchemy2
...
@@ -13,3 +13,5 @@ geoalchemy2
psycopg2
psycopg2
nose
nose
sphinx
sphinx
coveralls
pylint
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