From c93432a8c824874c2b044675153957435b75fbeb Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Mon, 24 Jul 2017 18:18:26 +0200 Subject: [PATCH] travis: Disable pypy scheduler tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0a5d2399c..5c9fcb03e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ env: # - TOXENV=py27-cdh # minicluster (cdh) tests disabled as lack of love, #2140. # Sometimes it runs too slow for Travis. And sometimes it crashes on downloading cdh - - TOXENV=pypy-scheduler + # - TOXENV=pypy-scheduler # Disabled to unbreak https://github.com/spotify/luigi/pull/2190 # - TOXENV=py27-gcloud # At least broken as of https://github.com/spotify/luigi/pull/1917 - TOXENV=py27-postgres # - TOXENV=visualiser