Merge pull request #1252 from jchuong/docker-test

Add VIRTUAL_ENV to docker-compose
This commit is contained in:
Curtis 2018-05-24 12:42:09 -07:00 committed by GitHub
commit 2d61200a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ services:
command: make test
environment:
SQLALCHEMY_DATABASE_URI: postgresql://lemur:lemur@postgres:5432/lemur
VIRTUAL_ENV: 'true'
postgres:
image: postgres:9.4