mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-20 12:20:47 +08:00
Update build files
This commit is contained in:
+4
-4
@@ -7,14 +7,14 @@ python:
|
||||
- "pypy"
|
||||
|
||||
install:
|
||||
- pip install . --quiet
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install importlib --quiet --use-mirrors; fi"
|
||||
- pip install nose simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee bcrypt coverage coveralls --quiet
|
||||
- pip install -r requirements.txt -r requirements-dev.txt -e .
|
||||
- pip install coverage coveralls
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install importlib; fi"
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
script: nosetests --with-coverage --cover-package flask_security
|
||||
script: py.test --cov flask_security --cov-report term-missing --pep8 --flakes
|
||||
|
||||
after_script:
|
||||
- coveralls
|
||||
|
||||
@@ -10,7 +10,10 @@ pep8maxlinelength = 99
|
||||
|
||||
pep8ignore =
|
||||
docs/* ALL
|
||||
scripts/* ALL
|
||||
|
||||
flakes-ignore =
|
||||
ImportStarUsed
|
||||
flask_security/__init__.py UnusedImport
|
||||
docs/* ALL
|
||||
scripts/* ALL
|
||||
|
||||
Reference in New Issue
Block a user