Skip to content

Commit 6926b19

Browse files
tedmistonAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-2858] Make tox.ini indentation and whitespace consistent (apache#3705)
1 parent 24ac4dd commit 6926b19

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

tox.ini

+21-22
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[tox]
2020
envlist = flake8,{py27,py35}-backend_{mysql,sqlite,postgres}
21-
skipsdist=True
21+
skipsdist = True
2222

2323
[global]
2424
wheel_dir = {homedir}/.wheelhouse
@@ -36,19 +36,19 @@ deps =
3636
coveralls
3737

3838
basepython =
39-
py27: python2.7
40-
py35: python3.5
39+
py27: python2.7
40+
py35: python3.5
4141

4242
setenv =
43-
HADOOP_DISTRO=cdh
44-
HADOOP_HOME=/tmp/hadoop-cdh
45-
HADOOP_OPTS=-D/tmp/krb5.conf
46-
MINICLUSTER_HOME=/tmp/minicluster-1.1-SNAPSHOT
47-
HIVE_HOME=/tmp/hive
48-
backend_mysql: AIRFLOW__CORE__SQL_ALCHEMY_CONN=mysql://root@localhost/airflow
49-
backend_postgres: AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://postgres@localhost/airflow
50-
backend_sqlite: AIRFLOW__CORE__SQL_ALCHEMY_CONN=sqlite:///{homedir}/airflow/airflow.db
51-
backend_sqlite: AIRFLOW__CORE__EXECUTOR=SequentialExecutor
43+
HADOOP_DISTRO = cdh
44+
HADOOP_HOME = /tmp/hadoop-cdh
45+
HADOOP_OPTS = -D/tmp/krb5.conf
46+
MINICLUSTER_HOME = /tmp/minicluster-1.1-SNAPSHOT
47+
HIVE_HOME = /tmp/hive
48+
backend_mysql: AIRFLOW__CORE__SQL_ALCHEMY_CONN = mysql://root@localhost/airflow
49+
backend_postgres: AIRFLOW__CORE__SQL_ALCHEMY_CONN = postgresql+psycopg2://postgres@localhost/airflow
50+
backend_sqlite: AIRFLOW__CORE__SQL_ALCHEMY_CONN = sqlite:///{homedir}/airflow/airflow.db
51+
backend_sqlite: AIRFLOW__CORE__EXECUTOR = SequentialExecutor
5252

5353
passenv =
5454
HOME
@@ -67,15 +67,15 @@ passenv =
6767
SLUGIFY_USES_TEXT_UNIDECODE
6868

6969
commands =
70-
pip wheel -w {homedir}/.wheelhouse -f {homedir}/.wheelhouse -e .[devel_ci]
71-
pip install --find-links={homedir}/.wheelhouse --no-index -e .[devel_ci]
72-
sudo {toxinidir}/scripts/ci/setup_kdc.sh
73-
{toxinidir}/scripts/ci/setup_env.sh
74-
{toxinidir}/scripts/ci/ldap.sh
75-
{toxinidir}/scripts/ci/load_fixtures.sh
76-
{toxinidir}/scripts/ci/load_data.sh
77-
{toxinidir}/scripts/ci/run_tests.sh []
78-
{toxinidir}/scripts/ci/check-license.sh
70+
pip wheel -w {homedir}/.wheelhouse -f {homedir}/.wheelhouse -e .[devel_ci]
71+
pip install --find-links={homedir}/.wheelhouse --no-index -e .[devel_ci]
72+
sudo {toxinidir}/scripts/ci/setup_kdc.sh
73+
{toxinidir}/scripts/ci/setup_env.sh
74+
{toxinidir}/scripts/ci/ldap.sh
75+
{toxinidir}/scripts/ci/load_fixtures.sh
76+
{toxinidir}/scripts/ci/load_data.sh
77+
{toxinidir}/scripts/ci/run_tests.sh []
78+
{toxinidir}/scripts/ci/check-license.sh
7979

8080
[testenv:flake8]
8181
basepython = python3
@@ -85,4 +85,3 @@ deps =
8585

8686
commands =
8787
{toxinidir}/scripts/ci/flake8_diff.sh
88-

0 commit comments

Comments
 (0)