Commit bb93ee7c authored by Rene Dudfield's avatar Rene Dudfield

Test python 3.5, and use coveralls and pylint.

parent c8fdf740
...@@ -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
...@@ -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