Skip to content

Commit

Permalink
Fix path to wheelhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent 81c7827 commit 0c77d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
envlist = {py27}-{cdh,hdp}

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

[testenv]
usedevelop = True
#deps = -rrequirements.txt
deps = --use-wheel --find-links=~/.wheelhouse -rrequirements.txt
basepython =
py27: python2.7
setenv =
Expand Down

0 comments on commit 0c77d5c

Please sign in to comment.