mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-11 11:18:40 +08:00
More travis stuff
This commit is contained in:
+8
-1
@@ -9,4 +9,11 @@ install:
|
||||
- pip install Flask Flask-Login Flask-Principal Flask-WTF Flask-Mail passlib nose Flask-SQLAlchemy Flask-MongoEngine pybcrypt --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
|
||||
script: nosetests
|
||||
before_script:
|
||||
- mysql -e 'create database flask_security_test;'
|
||||
|
||||
script: nosetests
|
||||
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
Reference in New Issue
Block a user