Skip to content

Commit

Permalink
install wheel first
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent 79054e5 commit ae96bca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ find_links =
~/.pip-cache

[testenv]
deps = --find-links=~/.wheelhouse --no-index -rrequirements.txt
wheel
deps = wheel
--find-links=~/.wheelhouse --no-index -rrequirements.txt

setenv =
cdh: HADOOP_DISTRO=cdh
cdh: HADOOP_HOME=/tmp/hadoop-cdh
Expand Down

0 comments on commit ae96bca

Please sign in to comment.