Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent a75c6ba commit 6bfa524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setenv =
passenv = USER JAVA_HOME HOME
commands =
{toxinidir}/scripts/ci/wheel_factory.py {toxinidir}/requirements.txt {homedir}/.wheelhouse
pip install --find-links={homedir}/wheelhouse --no-index -rrequirements.txt
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 6bfa524

Please sign in to comment.