Commit 0dcbb130 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #1227 from illume/coveralls-coverage

Test python 3.5 on travisci, and use coveralls and pylint.
parents 56fbc9ce bb93ee7c
...@@ -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
...@@ -13,3 +13,5 @@ geoalchemy2 ...@@ -13,3 +13,5 @@ geoalchemy2
psycopg2 psycopg2
nose nose
sphinx sphinx
coveralls
pylint
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment