Skip to content

Commit

Permalink
test env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent 13858f1 commit 53b6120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find_links =
~/.pip-cache

[testenv]
deps = --find-links=~/.wheelhouse --no-index -rrequirements.txt
deps = --find-links=~/.wheelhouse --no-index -rrequirements.txt wheel
setenv =
cdh: HADOOP_DISTRO=cdh
cdh: HADOOP_HOME=/tmp/hadoop-cdh
Expand All @@ -26,6 +26,7 @@ setenv =
hdp: PIP_FIND_LINKS="$PIP_WHEEL_DIR"
passenv = USER JAVA_HOME
commands =
export
pip install --find-links=~/.wheelhouse --no-index -rrequirements.txt
{toxinidir}/scripts/ci/setup_kdc.sh
{toxinidir}/scripts/ci/setup_env.sh
Expand Down

0 comments on commit 53b6120

Please sign in to comment.