From babc75f8607019501529d14c57903679558f10b0 Mon Sep 17 00:00:00 2001 From: Erik Bernhardsson Date: Tue, 10 Feb 2015 06:50:36 -0500 Subject: [PATCH] Remove hdp from tox 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) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0724e2dde..88fe6519ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ env: matrix: - TOX_ENV=pep8 - TOX_ENV=cdh - - TOX_ENV=hdp - TOX_ENV=nonhdfs - TOX_ENV=docs