Commit 4c99b9b6 authored by Clemens Wolff's avatar Clemens Wolff

Enable Azure file admin tests in CI

parent 3f31b17d
......@@ -33,11 +33,13 @@ addons:
services:
- postgresql
- mongodb
- docker
before_script:
- psql -U postgres -c 'CREATE DATABASE flask_admin_test;'
- psql -U postgres -c 'CREATE EXTENSION postgis;' flask_admin_test
- psql -U postgres -c 'CREATE EXTENSION hstore;' flask_admin_test
- docker run --restart always -d -e executable=blob -p 10000:10000 --tmpfs /opt/azurite/folder arafato/azurite:2.6.5
install:
- pip install tox
......
......@@ -15,3 +15,4 @@ nose
coveralls
pylint
sqlalchemy-citext
azure-storage-blob
......@@ -11,6 +11,8 @@ max_line_length = 120
ignore = E402,E722
[testenv]
setenv =
AZURE_STORAGE_CONNECTION_STRING = DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;
usedevelop = true
deps =
WTForms1: WTForms==1.0.5
......
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