Skip to content

Commit

Permalink
Remove hdp from tox
Browse files Browse the repository at this point in the history
Hadoop builds are super slow and Travis doesn't fully parallelize the builds. This should cut down build times by a third at least. CDH and HDP should be almost entirely correlated (in fact we don't have a single check in the code for it)
  • Loading branch information
Erik Bernhardsson committed Feb 10, 2015
1 parent 7a235e7 commit 666a64f
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
@@ -1,5 +1,6 @@
[tox]
envlist = {pep8,cdh,hdp,nonhdfs}
envlist = {pep8,cdh,nonhdfs}
# Removing HDP for now since the Hadoop builds are really slow and CDH should cover the same thing
skipsdist = True

[testenv]
Expand Down

0 comments on commit 666a64f

Please sign in to comment.