pass BRANCH_NAME in tox env (#31305)

This commit is contained in:
Emmanuel Cazenave 2019-03-12 11:49:22 +01:00
parent 52522274e6
commit 984b2af3f5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ basepython = python2
setenv =
DJANGO_SETTINGS_MODULE=passerelle.settings
PASSERELLE_SETTINGS_FILE=tests/settings.py
BRANCH_NAME={env:BRANCH_NAME:}
fast: FAST=--nomigrations
sqlite: DB_ENGINE=django.db.backends.sqlite3
pg: DB_ENGINE=django.db.backends.postgresql_psycopg2