Add env var for unit tests

This commit is contained in:
Aarni Halinen
2019-10-10 00:56:44 +03:00
parent 8a3fdc40eb
commit 7457b8a24d
+1
View File
@@ -14,6 +14,7 @@ test:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
DB_HOST: postgres
script:
- python -V
- pip install -r requirements.txt