mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Merge pull request #437 from jonafato/tox-test-improvements
Fix tests, add py35
This commit is contained in:
@@ -5,6 +5,7 @@ python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "pypy"
|
||||
|
||||
install:
|
||||
@@ -12,6 +13,13 @@ install:
|
||||
- pip install coverage coveralls
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install importlib; fi"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- deadsnakes
|
||||
packages:
|
||||
- python3.5
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
Flask-SQLAlchemy>=1.0
|
||||
bcrypt>=1.0.2,<2.0.0
|
||||
flask-mongoengine>=0.7.0
|
||||
flask-mongoengine>=0.7.0,<0.7.3
|
||||
flask-peewee>=0.6.5
|
||||
pymongo==2.8
|
||||
pytest>=2.5.2
|
||||
pytest-cache>=1.0
|
||||
pytest-cov>=1.6
|
||||
pytest-flakes>=0.2
|
||||
pytest-pep8>=1.0.5
|
||||
|
||||
@@ -32,7 +32,7 @@ class PyTest(TestCommand):
|
||||
'--cov-report', 'term-missing',
|
||||
'--pep8',
|
||||
'--flakes',
|
||||
'--clearcache'
|
||||
'--cache-clear'
|
||||
]
|
||||
self.test_suite = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user