Skip to content

Commit

Permalink
use {homedir}
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent a74a402 commit b03acd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ envlist = {py27}-{cdh,hdp}
skipsdist=True

[global]
wheel_dir = ~/.wheelhouse
wheel_dir = {homedir}/.wheelhouse
find_links =
~/.wheelhouse
~/.pip-cache
{homedir}/.wheelhouse
{homedir}/.pip-cache

[testenv]
deps = wheel
Expand All @@ -22,8 +22,8 @@ setenv =
hdp: HADOOP_OPTS=-D/tmp/minikdc/work/krb5.conf
passenv = USER JAVA_HOME HOME
commands =
{toxinidir}/scripts/ci/wheel_factory.py {toxinidir}/requirements.txt ~/.wheelhouse
pip install --find-links=~/.wheelhouse --no-index -rrequirements.txt
{toxinidir}/scripts/ci/wheel_factory.py {toxinidir}/requirements.txt {homedir}/.wheelhouse
pip install --find-links={homedir}/wheelhouse --no-index -rrequirements.txt
{toxinidir}/scripts/ci/setup_kdc.sh
{toxinidir}/scripts/ci/setup_env.sh
{toxinidir}/scripts/ci/run_tests.sh []

0 comments on commit b03acd9

Please sign in to comment.