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
bb93ee7c
Commit
bb93ee7c
authored
Mar 10, 2016
by
Rene Dudfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test python 3.5, and use coveralls and pylint.
parent
c8fdf740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.travis.yml
.travis.yml
+4
-1
requirements-dev.txt
requirements-dev.txt
+2
-0
No files found.
.travis.yml
View file @
bb93ee7c
...
@@ -5,6 +5,7 @@ python:
...
@@ -5,6 +5,7 @@ python:
-
"
2.7"
-
"
2.7"
-
"
3.3"
-
"
3.3"
-
"
3.4"
-
"
3.4"
-
"
3.5"
env
:
env
:
-
WTFORMS_VERSION=1
-
WTFORMS_VERSION=1
...
@@ -23,5 +24,7 @@ install:
...
@@ -23,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 @
bb93ee7c
...
@@ -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